Class: Wes::Data::API::Model::Video

Inherits:
Base
  • Object
show all
Defined in:
lib/wes/data/api/model/video.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Wes::Data::API::Model::Base

Instance Method Details

#caption(edit) ⇒ Object



8
9
10
# File 'lib/wes/data/api/model/video.rb', line 8

def caption(edit)
  update(:caption => edit)
end