Class: MLS::Video

Inherits:
Resource show all
Defined in:
lib/mls/models/video.rb

Defined Under Namespace

Classes: Parser

Instance Attribute Summary collapse

Attributes inherited from Resource

#errors, #persisted

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

#photoObject

Returns the value of attribute photo.



11
12
13
# File 'lib/mls/models/video.rb', line 11

def photo
  @photo
end