Class: Wuclan::Models::DeliciousLink

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

Returns the value of attribute delicious_link_id

Returns:

  • (Object)

    the current value of delicious_link_id



11
12
13
# File 'lib/wuclan/delicious/delicious_models.rb', line 11

def delicious_link_id
  @delicious_link_id
end

#taggers_countObject

Returns the value of attribute taggers_count

Returns:

  • (Object)

    the current value of taggers_count



11
12
13
# File 'lib/wuclan/delicious/delicious_models.rb', line 11

def taggers_count
  @taggers_count
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



11
12
13
# File 'lib/wuclan/delicious/delicious_models.rb', line 11

def title
  @title
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



11
12
13
# File 'lib/wuclan/delicious/delicious_models.rb', line 11

def url
  @url
end