Class: YouTubeIt::Model::Subscription
- Defined in:
- lib/youtube_it/model/subscription.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#published ⇒ Object
readonly
Returns the value of attribute published.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Method Summary
Methods inherited from Record
Constructor Details
This class inherits a constructor from YouTubeIt::Record
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id.
4 5 6 |
# File 'lib/youtube_it/model/subscription.rb', line 4 def id @id end |
#published ⇒ Object (readonly)
Returns the value of attribute published.
4 5 6 |
# File 'lib/youtube_it/model/subscription.rb', line 4 def published @published end |
#title ⇒ Object (readonly)
Returns the value of attribute title.
4 5 6 |
# File 'lib/youtube_it/model/subscription.rb', line 4 def title @title end |