Class: Wuclan::Models::DeliciousUser

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

Instance Attribute Summary collapse

Instance Attribute Details

#bio_urlObject

Returns the value of attribute bio_url

Returns:

  • (Object)

    the current value of bio_url



17
18
19
# File 'lib/wuclan/delicious/delicious_models.rb', line 17

def bio_url
  @bio_url
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



17
18
19
# File 'lib/wuclan/delicious/delicious_models.rb', line 17

def description
  @description
end

#followers_countObject

Returns the value of attribute followers_count

Returns:

  • (Object)

    the current value of followers_count



17
18
19
# File 'lib/wuclan/delicious/delicious_models.rb', line 17

def followers_count
  @followers_count
end

#friends_countObject

Returns the value of attribute friends_count

Returns:

  • (Object)

    the current value of friends_count



17
18
19
# File 'lib/wuclan/delicious/delicious_models.rb', line 17

def friends_count
  @friends_count
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



17
18
19
# File 'lib/wuclan/delicious/delicious_models.rb', line 17

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



17
18
19
# File 'lib/wuclan/delicious/delicious_models.rb', line 17

def name
  @name
end

#protectedObject

Returns the value of attribute protected

Returns:

  • (Object)

    the current value of protected



17
18
19
# File 'lib/wuclan/delicious/delicious_models.rb', line 17

def protected
  @protected
end

#scraped_atObject

Returns the value of attribute scraped_at

Returns:

  • (Object)

    the current value of scraped_at



17
18
19
# File 'lib/wuclan/delicious/delicious_models.rb', line 17

def scraped_at
  @scraped_at
end

#screen_nameObject

Returns the value of attribute screen_name

Returns:

  • (Object)

    the current value of screen_name



17
18
19
# File 'lib/wuclan/delicious/delicious_models.rb', line 17

def screen_name
  @screen_name
end

#taggings_countObject

Returns the value of attribute taggings_count

Returns:

  • (Object)

    the current value of taggings_count



17
18
19
# File 'lib/wuclan/delicious/delicious_models.rb', line 17

def taggings_count
  @taggings_count
end