Class: Softlayer::Container::Network::Media::Transcode::Preset
- Defined in:
- lib/softlayer/container/network/media/transcode/preset.rb,
lib/softlayer/container/network/media/transcode/preset/element.rb,
lib/softlayer/container/network/media/transcode/preset/element/option.rb
Defined Under Namespace
Classes: Element, Representer
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#description ⇒ Object
Returns the value of attribute description.
-
#guid ⇒ Object
Returns the value of attribute guid.
-
#name ⇒ Object
Returns the value of attribute name.
Method Summary
Methods inherited from Model
all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer
Methods included from Model::Operations
extended, #filter, included, #limit, #mask, #request_headers
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category.
9 10 11 |
# File 'lib/softlayer/container/network/media/transcode/preset.rb', line 9 def category @category end |
#description ⇒ Object
Returns the value of attribute description.
10 11 12 |
# File 'lib/softlayer/container/network/media/transcode/preset.rb', line 10 def description @description end |
#guid ⇒ Object
Returns the value of attribute guid.
8 9 10 |
# File 'lib/softlayer/container/network/media/transcode/preset.rb', line 8 def guid @guid end |
#name ⇒ Object
Returns the value of attribute name.
11 12 13 |
# File 'lib/softlayer/container/network/media/transcode/preset.rb', line 11 def name @name end |