Class: Wuclan::Models::DeliciousTagging

Inherits:
Struct
  • Object
show all
Defined in:
lib/wuclan/delicious/delicious_models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



21
22
23
# File 'lib/wuclan/delicious/delicious_models.rb', line 21

def created_at
  @created_at
end

Returns the value of attribute delicious_link_id

Returns:

  • (Object)

    the current value of delicious_link_id



21
22
23
# File 'lib/wuclan/delicious/delicious_models.rb', line 21

def delicious_link_id
  @delicious_link_id
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



21
22
23
# File 'lib/wuclan/delicious/delicious_models.rb', line 21

def description
  @description
end

#screen_nameObject

Returns the value of attribute screen_name

Returns:

  • (Object)

    the current value of screen_name



21
22
23
# File 'lib/wuclan/delicious/delicious_models.rb', line 21

def screen_name
  @screen_name
end

#tag_nameObject

Returns the value of attribute tag_name

Returns:

  • (Object)

    the current value of tag_name



21
22
23
# File 'lib/wuclan/delicious/delicious_models.rb', line 21

def tag_name
  @tag_name
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



21
22
23
# File 'lib/wuclan/delicious/delicious_models.rb', line 21

def text
  @text
end