Class: Crown::Hatena::Bookmark::URIList::Response

Inherits:
Struct
  • Object
show all
Defined in:
lib/crown/hatena/bookmark/urilist.rb

Overview

———————————————————– #

structures

———————————————————– #

Instance Attribute Summary collapse

Instance Attribute Details

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



57
58
59
# File 'lib/crown/hatena/bookmark/urilist.rb', line 57

def date
  @date
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



57
58
59
# File 'lib/crown/hatena/bookmark/urilist.rb', line 57

def title
  @title
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



57
58
59
# File 'lib/crown/hatena/bookmark/urilist.rb', line 57

def uri
  @uri
end