Class: Crown::Hatena::Bookmark::URIList::Response
- Inherits:
-
Struct
- Object
- Struct
- Crown::Hatena::Bookmark::URIList::Response
- Defined in:
- lib/crown/hatena/bookmark/urilist.rb
Overview
———————————————————– #
structures
———————————————————– #
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#title ⇒ Object
Returns the value of attribute title.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date
57 58 59 |
# File 'lib/crown/hatena/bookmark/urilist.rb', line 57 def date @date end |
#title ⇒ Object
Returns the value of attribute title
57 58 59 |
# File 'lib/crown/hatena/bookmark/urilist.rb', line 57 def title @title end |
#uri ⇒ Object
Returns the value of attribute uri
57 58 59 |
# File 'lib/crown/hatena/bookmark/urilist.rb', line 57 def uri @uri end |