<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>haayaaa</author_name>
  <author_url>https://blog.hatena.ne.jp/haayaaa/</author_url>
  <blog_title>haayaaa’s diary</blog_title>
  <blog_url>https://haayaaa.hatenablog.com/</blog_url>
  <categories>
    <anon>Ruby</anon>
    <anon>オブジェクト指向</anon>
  </categories>
  <description>Railsを使わず、rubyのみでtweet投稿機能とuser登録機能らしきものを実装してみました。 以下はgithubのリポジトリのリンクです。 github.com ファイル構成 ruby_pictweet |------tweet.rb |------user.rb 各ファイルの中身 tweet.rb require &quot;./user&quot; class Tweet @@tweets = def initialize(image, text) @image = image @text = text end def image @image end def text @text end def i…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhaayaaa.hatenablog.com%2Fentry%2F2018%2F11%2F11%2F114950&quot; title=&quot;rubyのみでtweet投稿機能とuser登録機能の実装 - haayaaa’s diary&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>2018-11-11 11:49:50</published>
  <title>rubyのみでtweet投稿機能とuser登録機能の実装</title>
  <type>rich</type>
  <url>https://haayaaa.hatenablog.com/entry/2018/11/11/114950</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
