Class: Pandarus::ConferenceRecording
- Defined in:
- lib/pandarus/models/conference_recording.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#duration_minutes ⇒ Object
Returns the value of attribute duration_minutes.
-
#playback_url ⇒ Object
Returns the value of attribute playback_url.
-
#title ⇒ Object
Returns the value of attribute title.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Class Method Summary collapse
Methods inherited from ModelBase
#assign, #attr, #has_attr?, #initialize, #inspect, #to_body, #vivify
Constructor Details
This class inherits a constructor from Pandarus::ModelBase
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at.
6 7 8 |
# File 'lib/pandarus/models/conference_recording.rb', line 6 def created_at @created_at end |
#duration_minutes ⇒ Object
Returns the value of attribute duration_minutes.
6 7 8 |
# File 'lib/pandarus/models/conference_recording.rb', line 6 def duration_minutes @duration_minutes end |
#playback_url ⇒ Object
Returns the value of attribute playback_url.
6 7 8 |
# File 'lib/pandarus/models/conference_recording.rb', line 6 def playback_url @playback_url end |
#title ⇒ Object
Returns the value of attribute title.
6 7 8 |
# File 'lib/pandarus/models/conference_recording.rb', line 6 def title @title end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
6 7 8 |
# File 'lib/pandarus/models/conference_recording.rb', line 6 def updated_at @updated_at end |
Class Method Details
.attribute_map ⇒ Object
9 10 11 12 13 14 15 16 17 18 |
# File 'lib/pandarus/models/conference_recording.rb', line 9 def self.attribute_map { :duration_minutes => {:external => "duration_minutes", :container => false, :type => "Integer"}, :title => {:external => "title", :container => false, :type => "String"}, :updated_at => {:external => "updated_at", :container => false, :type => "DateTime"}, :created_at => {:external => "created_at", :container => false, :type => "DateTime"}, :playback_url => {:external => "playback_url", :container => false, :type => "String"} } end |