Class: Fera::Video
- Defined in:
- lib/fera/models/video.rb
Instance Attribute Summary
Attributes inherited from Base
#last_response, #last_response_body, #last_response_exception, #last_response_message, #options
Instance Method Summary collapse
Methods inherited from Media
#file=, instantiate_record, #is_photo?, #is_video?
Methods included from BelongsToOrder
#external_order_id=, #order, #order=, #order_id=, #reload
Methods included from BelongsToSubmission
Methods included from BelongsToReview
Methods included from BelongsToProduct
Methods included from BelongsToCustomer
#customer, #customer=, #customer_id=, #external_customer_id=
Methods included from HasSubject
#for_product?, #for_store?, #product
Methods inherited from Base
api_key, api_key=, belongs_to, belongs_tos, #clone_selected_fields, #clone_with_nil, #create, create, #create!, create!, #created_at=, #destroy!, find_every, find_one, find_single, has_many, has_manys, has_one, has_ones, headers, headers=, #initialize, #known_attribute?, #load, #method_missing, new_element_path, order, #respond_to_missing?, #save, #save!, #set_last_response, #update, #update!, #updated_at=, #valid?
Constructor Details
This class inherits a constructor from Fera::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Fera::Base
Instance Method Details
#type ⇒ Object
3 |
# File 'lib/fera/models/video.rb', line 3 def type; 'video'; end |