Class: Wuclan::Models::DeliciousUser
- Inherits:
-
Struct
- Object
- Struct
- Wuclan::Models::DeliciousUser
- Defined in:
- lib/wuclan/delicious/delicious_models.rb
Instance Attribute Summary collapse
-
#bio_url ⇒ Object
Returns the value of attribute bio_url.
-
#description ⇒ Object
Returns the value of attribute description.
-
#followers_count ⇒ Object
Returns the value of attribute followers_count.
-
#friends_count ⇒ Object
Returns the value of attribute friends_count.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#protected ⇒ Object
Returns the value of attribute protected.
-
#scraped_at ⇒ Object
Returns the value of attribute scraped_at.
-
#screen_name ⇒ Object
Returns the value of attribute screen_name.
-
#taggings_count ⇒ Object
Returns the value of attribute taggings_count.
Instance Attribute Details
#bio_url ⇒ Object
Returns the value of attribute bio_url
17 18 19 |
# File 'lib/wuclan/delicious/delicious_models.rb', line 17 def bio_url @bio_url end |
#description ⇒ Object
Returns the value of attribute description
17 18 19 |
# File 'lib/wuclan/delicious/delicious_models.rb', line 17 def description @description end |
#followers_count ⇒ Object
Returns the value of attribute followers_count
17 18 19 |
# File 'lib/wuclan/delicious/delicious_models.rb', line 17 def followers_count @followers_count end |
#friends_count ⇒ Object
Returns the value of attribute friends_count
17 18 19 |
# File 'lib/wuclan/delicious/delicious_models.rb', line 17 def friends_count @friends_count end |
#id ⇒ Object
Returns the value of attribute id
17 18 19 |
# File 'lib/wuclan/delicious/delicious_models.rb', line 17 def id @id end |
#name ⇒ Object
Returns the value of attribute name
17 18 19 |
# File 'lib/wuclan/delicious/delicious_models.rb', line 17 def name @name end |
#protected ⇒ Object
Returns the value of attribute protected
17 18 19 |
# File 'lib/wuclan/delicious/delicious_models.rb', line 17 def protected @protected end |
#scraped_at ⇒ Object
Returns the value of attribute scraped_at
17 18 19 |
# File 'lib/wuclan/delicious/delicious_models.rb', line 17 def scraped_at @scraped_at end |
#screen_name ⇒ Object
Returns the value of attribute screen_name
17 18 19 |
# File 'lib/wuclan/delicious/delicious_models.rb', line 17 def screen_name @screen_name end |
#taggings_count ⇒ Object
Returns the value of attribute taggings_count
17 18 19 |
# File 'lib/wuclan/delicious/delicious_models.rb', line 17 def taggings_count @taggings_count end |