Class: Kiva::Video
- Inherits:
-
Object
- Object
- Kiva::Video
- Includes:
- DynamicInitializer
- Defined in:
- lib/ruby-kiva/video.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#youtube_id ⇒ Object
Returns the value of attribute youtube_id.
Method Summary
Methods included from DynamicInitializer
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/ruby-kiva/video.rb', line 4 def id @id end |
#youtube_id ⇒ Object
Returns the value of attribute youtube_id.
4 5 6 |
# File 'lib/ruby-kiva/video.rb', line 4 def youtube_id @youtube_id end |