Class: YouTubeG::Model::Contact

Inherits:
Record
  • Object
show all
Defined in:
lib/youtube_g/model/contact.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Record

#initialize

Constructor Details

This class inherits a constructor from YouTubeG::Record

Instance Attribute Details

#statusObject (readonly)

Returns the value of attribute status.



4
5
6
# File 'lib/youtube_g/model/contact.rb', line 4

def status
  @status
end

#usernameObject (readonly)

Returns the value of attribute username.



5
6
7
# File 'lib/youtube_g/model/contact.rb', line 5

def username
  @username
end