Class: Wuclan::Models::DeliciousLink
- Inherits:
-
Struct
- Object
- Struct
- Wuclan::Models::DeliciousLink
- Defined in:
- lib/wuclan/delicious/delicious_models.rb
Overview
Models for the delicious.com (formerly del.icio.us) social network
Link: has tags, tagged by socialites Socialite: describes links with tabs, uses tags, follows/followedby socialites Tag: tags links, used by socialites
Instance Attribute Summary collapse
-
#delicious_link_id ⇒ Object
Returns the value of attribute delicious_link_id.
-
#taggers_count ⇒ Object
Returns the value of attribute taggers_count.
-
#title ⇒ Object
Returns the value of attribute title.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#delicious_link_id ⇒ Object
Returns the value of attribute delicious_link_id
11 12 13 |
# File 'lib/wuclan/delicious/delicious_models.rb', line 11 def delicious_link_id @delicious_link_id end |
#taggers_count ⇒ Object
Returns the value of attribute taggers_count
11 12 13 |
# File 'lib/wuclan/delicious/delicious_models.rb', line 11 def taggers_count @taggers_count end |
#title ⇒ Object
Returns the value of attribute title
11 12 13 |
# File 'lib/wuclan/delicious/delicious_models.rb', line 11 def title @title end |
#url ⇒ Object
Returns the value of attribute url
11 12 13 |
# File 'lib/wuclan/delicious/delicious_models.rb', line 11 def url @url end |