<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>basyura</author_name>
  <author_url>https://blog.hatena.ne.jp/basyura/</author_url>
  <blog_title>basyura's blog</blog_title>
  <blog_url>https://blog.basyura.org/</blog_url>
  <categories>
    <anon>javascript</anon>
  </categories>
  <description>プライベートメンバについてメモ代わりに適当なサンプルを書いてみました。 CoffeeScriptのプライベートメンバについてのメモ めんどくさいらしいので確認してみる。 javascript で書いてみる function Person(name) { var name_ = name this.get_name = function () { return name_; } } var p1 = new Person(&quot;hi&quot;); var p2 = new Person(&quot;ho&quot;); print(p1.get_name()); //=&gt; hi print(p2.get_name()); //…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.basyura.org%2Fentry%2F20111009%2Fp1&quot; title=&quot; プライベートなメンバ変数 - basyura&amp;#39;s blog&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-10-09 00:00:00</published>
  <title> プライベートなメンバ変数</title>
  <type>rich</type>
  <url>https://blog.basyura.org/entry/20111009/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
