Class: Turrialba::User

Inherits:
Base
  • Object
show all
Defined in:
lib/turrialba/user.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

attr_reader, define_attribute_method, define_predicate_method, #initialize, object_attr_reader, predicate_attr_reader

Constructor Details

This class inherits a constructor from Turrialba::Base

Instance Attribute Details

Returns the value of attribute banner_url.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def banner_url
  @banner_url
end

#created_atObject (readonly)

Returns the value of attribute created_at.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def created_at
  @created_at
end

#default_profileObject (readonly)

Returns the value of attribute default_profile.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def default_profile
  @default_profile
end

#default_profile_imageObject (readonly)

Returns the value of attribute default_profile_image.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def default_profile_image
  @default_profile_image
end

#descriptionObject (readonly)

Returns the value of attribute description.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def description
  @description
end

#emailObject (readonly)

Returns the value of attribute email.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def email
  @email
end

#favourites_countObject (readonly)

Returns the value of attribute favourites_count.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def favourites_count
  @favourites_count
end

#follower_mean_studderObject (readonly)

Returns the value of attribute follower_mean_studder.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def follower_mean_studder
  @follower_mean_studder
end

#followers_countObject (readonly)

Returns the value of attribute followers_count.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def followers_count
  @followers_count
end

#followers_with_studderObject (readonly)

Returns the value of attribute followers_with_studder.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def followers_with_studder
  @followers_with_studder
end

#friends_countObject (readonly)

Returns the value of attribute friends_count.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def friends_count
  @friends_count
end

#idObject (readonly)

Returns the value of attribute id.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def id
  @id
end

#image_urlObject (readonly)

Returns the value of attribute image_url.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def image_url
  @image_url
end

#listed_countObject (readonly)

Returns the value of attribute listed_count.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def listed_count
  @listed_count
end

#locationObject (readonly)

Returns the value of attribute location.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def location
  @location
end

#nameObject (readonly)

Returns the value of attribute name.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def name
  @name
end

#possessed_atObject (readonly)

Returns the value of attribute possessed_at.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def possessed_at
  @possessed_at
end

#possession_groupObject (readonly)

Returns the value of attribute possession_group.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def possession_group
  @possession_group
end

Returns the value of attribute profile_link_color.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def profile_link_color
  @profile_link_color
end

#protectedObject (readonly)

Returns the value of attribute protected.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def protected
  @protected
end

#providerObject (readonly)

Returns the value of attribute provider.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def provider
  @provider
end

#queue_rate_pauseObject (readonly)

Returns the value of attribute queue_rate_pause.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def queue_rate_pause
  @queue_rate_pause
end

#scrapped_atObject (readonly)

Returns the value of attribute scrapped_at.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def scrapped_at
  @scrapped_at
end

#scrapping_queued_atObject (readonly)

Returns the value of attribute scrapping_queued_at.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def scrapping_queued_at
  @scrapping_queued_at
end

#scrapping_request_countObject (readonly)

Returns the value of attribute scrapping_request_count.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def scrapping_request_count
  @scrapping_request_count
end

#screen_nameObject (readonly)

Returns the value of attribute screen_name.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def screen_name
  @screen_name
end

#secretObject (readonly)

Returns the value of attribute secret.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def secret
  @secret
end

#statuses_countObject (readonly)

Returns the value of attribute statuses_count.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def statuses_count
  @statuses_count
end

#studderObject (readonly)

Returns the value of attribute studder.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def studder
  @studder
end

#tokenObject (readonly)

Returns the value of attribute token.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def token
  @token
end

#total_scrapping_request_countObject (readonly)

Returns the value of attribute total_scrapping_request_count.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def total_scrapping_request_count
  @total_scrapping_request_count
end

#uidObject (readonly)

Returns the value of attribute uid.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def uid
  @uid
end

#updated_atObject (readonly)

Returns the value of attribute updated_at.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def updated_at
  @updated_at
end

#verifiedObject (readonly)

Returns the value of attribute verified.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def verified
  @verified
end

#websiteObject (readonly)

Returns the value of attribute website.



5
6
7
# File 'lib/turrialba/user.rb', line 5

def website
  @website
end