Class: MLS::Video
Defined Under Namespace
Classes: Parser
Instance Attribute Summary collapse
-
#photo ⇒ Object
Returns the value of attribute photo.
Attributes inherited from Resource
Method Summary
Methods inherited from Resource
#==, #create!, inherited, #initialize, #new_record?, #persisted?, #properties, #properties_excluded_from_comparison, #properties_for_comparison, #save, #save!, #set_default_values, #to_hash, #to_key, #update!, #update_attributes
Constructor Details
This class inherits a constructor from MLS::Resource
Instance Attribute Details
#photo ⇒ Object
Returns the value of attribute photo.
11 12 13 |
# File 'lib/mls/models/video.rb', line 11 def photo @photo end |