Class: YouTubeIt::Model::Caption

Inherits:
Record
  • Object
show all
Defined in:
lib/youtube_it/model/caption.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Record

#initialize

Constructor Details

This class inherits a constructor from YouTubeIt::Record

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id.



4
5
6
# File 'lib/youtube_it/model/caption.rb', line 4

def id
  @id
end

#publishedObject (readonly)

Returns the value of attribute published.



4
5
6
# File 'lib/youtube_it/model/caption.rb', line 4

def published
  @published
end

#titleObject (readonly)

Returns the value of attribute title.



4
5
6
# File 'lib/youtube_it/model/caption.rb', line 4

def title
  @title
end