Class: Pandarus::ConferenceRecording

Inherits:
ModelBase
  • Object
show all
Defined in:
lib/pandarus/models/conference_recording.rb

Instance Attribute Summary collapse

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_atObject

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_minutesObject

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_urlObject

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

#titleObject

Returns the value of attribute title.



6
7
8
# File 'lib/pandarus/models/conference_recording.rb', line 6

def title
  @title
end

#updated_atObject

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_mapObject



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