Class: RBVIMEO::User
- Inherits:
-
Object
- Object
- RBVIMEO::User
- Defined in:
- lib/rbvimeo/user.rb
Instance Attribute Summary collapse
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#id ⇒ Object
Returns the value of attribute id.
-
#is_plus ⇒ Object
Returns the value of attribute is_plus.
-
#is_staff ⇒ Object
Returns the value of attribute is_staff.
-
#profileurl ⇒ Object
Returns the value of attribute profileurl.
-
#realname ⇒ Object
Returns the value of attribute realname.
-
#username ⇒ Object
Returns the value of attribute username.
-
#videosurl ⇒ Object
Returns the value of attribute videosurl.
Instance Method Summary collapse
Instance Attribute Details
#display_name ⇒ Object
Returns the value of attribute display_name.
5 6 7 |
# File 'lib/rbvimeo/user.rb', line 5 def display_name @display_name end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/rbvimeo/user.rb', line 5 def id @id end |
#is_plus ⇒ Object
Returns the value of attribute is_plus.
5 6 7 |
# File 'lib/rbvimeo/user.rb', line 5 def is_plus @is_plus end |
#is_staff ⇒ Object
Returns the value of attribute is_staff.
5 6 7 |
# File 'lib/rbvimeo/user.rb', line 5 def is_staff @is_staff end |
#profileurl ⇒ Object
Returns the value of attribute profileurl.
5 6 7 |
# File 'lib/rbvimeo/user.rb', line 5 def profileurl @profileurl end |
#realname ⇒ Object
Returns the value of attribute realname.
5 6 7 |
# File 'lib/rbvimeo/user.rb', line 5 def realname @realname end |
#username ⇒ Object
Returns the value of attribute username.
5 6 7 |
# File 'lib/rbvimeo/user.rb', line 5 def username @username end |
#videosurl ⇒ Object
Returns the value of attribute videosurl.
5 6 7 |
# File 'lib/rbvimeo/user.rb', line 5 def videosurl @videosurl end |
Instance Method Details
#fullname ⇒ Object
11 12 13 |
# File 'lib/rbvimeo/user.rb', line 11 def fullname @realname end |