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

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

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



147
148
149
# File 'lib/crown/hatena/bookmark.rb', line 147

def count
  @count
end

#eidObject

Returns the value of attribute eid

Returns:

  • (Object)

    the current value of eid



147
148
149
# File 'lib/crown/hatena/bookmark.rb', line 147

def eid
  @eid
end

#imageObject

Returns the value of attribute image

Returns:

  • (Object)

    the current value of image



147
148
149
# File 'lib/crown/hatena/bookmark.rb', line 147

def image
  @image
end

Returns the value of attribute related

Returns:

  • (Object)

    the current value of related



147
148
149
# File 'lib/crown/hatena/bookmark.rb', line 147

def related
  @related
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



147
148
149
# File 'lib/crown/hatena/bookmark.rb', line 147

def title
  @title
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



147
148
149
# File 'lib/crown/hatena/bookmark.rb', line 147

def uri
  @uri
end

#usersObject

Returns the value of attribute users

Returns:

  • (Object)

    the current value of users



147
148
149
# File 'lib/crown/hatena/bookmark.rb', line 147

def users
  @users
end