Class: Ari::StoredRecording

Inherits:
Model
  • Object
show all
Defined in:
lib/ari/models/stored_recording.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#attributes=, #initialize

Constructor Details

This class inherits a constructor from Ari::Model

Instance Attribute Details

#formatObject (readonly)

Returns the value of attribute format.



15
16
17
# File 'lib/ari/models/stored_recording.rb', line 15

def format
  @format
end

#nameObject (readonly)

Returns the value of attribute name.



15
16
17
# File 'lib/ari/models/stored_recording.rb', line 15

def name
  @name
end