Class: RBVIMEO::User

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#display_nameObject

Returns the value of attribute display_name.



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

def display_name
  @display_name
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#is_plusObject

Returns the value of attribute is_plus.



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

def is_plus
  @is_plus
end

#is_staffObject

Returns the value of attribute is_staff.



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

def is_staff
  @is_staff
end

#profileurlObject

Returns the value of attribute profileurl.



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

def profileurl
  @profileurl
end

#realnameObject

Returns the value of attribute realname.



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

def realname
  @realname
end

#usernameObject

Returns the value of attribute username.



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

def username
  @username
end

#videosurlObject

Returns the value of attribute videosurl.



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

def videosurl
  @videosurl
end

Instance Method Details

#fullnameObject



11
12
13
# File 'lib/rbvimeo/user.rb', line 11

def fullname
  @realname
end