Class: Hatena::Bookmark::Restful::V1::Entry

Inherits:
Object
  • Object
show all
Includes:
ResponseObject
Defined in:
lib/hatena/bookmark/restful/v1/entry.rb

Constant Summary collapse

PROPERTIES =
[:title, :url, :entry_url, :count, :favicon_url, :smartphone_app_entry_url]

Instance Attribute Summary collapse

Method Summary

Methods included from ResponseObject

#==, #[], included, #initialize, #to_hash

Instance Attribute Details

#countInteger (readonly)

Returns:

  • (Integer)


24
# File 'lib/hatena/bookmark/restful/v1/entry.rb', line 24

PROPERTIES = [:title, :url, :entry_url, :count, :favicon_url, :smartphone_app_entry_url]

#entry_urlString (readonly)

Returns:

  • (String)


24
# File 'lib/hatena/bookmark/restful/v1/entry.rb', line 24

PROPERTIES = [:title, :url, :entry_url, :count, :favicon_url, :smartphone_app_entry_url]

#favicon_urlString (readonly)

Returns:

  • (String)


24
# File 'lib/hatena/bookmark/restful/v1/entry.rb', line 24

PROPERTIES = [:title, :url, :entry_url, :count, :favicon_url, :smartphone_app_entry_url]

#smartphone_app_entry_urlString (readonly)

Returns:

  • (String)


24
# File 'lib/hatena/bookmark/restful/v1/entry.rb', line 24

PROPERTIES = [:title, :url, :entry_url, :count, :favicon_url, :smartphone_app_entry_url]

#titleString (readonly)

Returns:

  • (String)


24
# File 'lib/hatena/bookmark/restful/v1/entry.rb', line 24

PROPERTIES = [:title, :url, :entry_url, :count, :favicon_url, :smartphone_app_entry_url]

#urlString (readonly)

Returns:

  • (String)


24
# File 'lib/hatena/bookmark/restful/v1/entry.rb', line 24

PROPERTIES = [:title, :url, :entry_url, :count, :favicon_url, :smartphone_app_entry_url]