Class: Bitmovin::Encoding::Inputs::AzureInput
- Defined in:
- lib/bitmovin/encoding/inputs/azure_input.rb
Instance Attribute Summary collapse
-
#account_key ⇒ Object
Returns the value of attribute account_key.
-
#account_name ⇒ Object
Returns the value of attribute account_name.
-
#container ⇒ Object
Returns the value of attribute container.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#modified_at ⇒ Object
Returns the value of attribute modified_at.
-
#name ⇒ Object
Returns the value of attribute name.
Method Summary
Methods inherited from Resource
#delete!, find, init, #init_instance, #initialize, #inspect, list, #persisted?, #save!
Methods included from Helpers
#camelize_hash, #hash_to_struct, result, #result, #underscore_hash
Constructor Details
This class inherits a constructor from Bitmovin::Resource
Instance Attribute Details
#account_key ⇒ Object
Returns the value of attribute account_key.
5 6 7 |
# File 'lib/bitmovin/encoding/inputs/azure_input.rb', line 5 def account_key @account_key end |
#account_name ⇒ Object
Returns the value of attribute account_name.
5 6 7 |
# File 'lib/bitmovin/encoding/inputs/azure_input.rb', line 5 def account_name @account_name end |
#container ⇒ Object
Returns the value of attribute container.
6 7 8 |
# File 'lib/bitmovin/encoding/inputs/azure_input.rb', line 6 def container @container end |
#created_at ⇒ Object
Returns the value of attribute created_at.
4 5 6 |
# File 'lib/bitmovin/encoding/inputs/azure_input.rb', line 4 def created_at @created_at end |
#description ⇒ Object
Returns the value of attribute description.
4 5 6 |
# File 'lib/bitmovin/encoding/inputs/azure_input.rb', line 4 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/bitmovin/encoding/inputs/azure_input.rb', line 4 def id @id end |
#modified_at ⇒ Object
Returns the value of attribute modified_at.
4 5 6 |
# File 'lib/bitmovin/encoding/inputs/azure_input.rb', line 4 def modified_at @modified_at end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/bitmovin/encoding/inputs/azure_input.rb', line 4 def name @name end |