Class: Softlayer::Container::Network::Media::Transcode::Job::Watermark::Position
- Inherits:
-
Model
- Object
- Model
- Softlayer::Container::Network::Media::Transcode::Job::Watermark::Position
- Defined in:
- lib/softlayer/container/network/media/transcode/job/watermark/position.rb
Defined Under Namespace
Classes: Representer
Instance Attribute Summary collapse
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Method Summary
Methods inherited from Model
all, all_request_for, create, find, #init_headers, parse, request, #request, service_name, #to_hash
Methods included from Model::Operations
extended, #filter, included, #limit, #mask, #request_headers
Instance Attribute Details
#x ⇒ Object
Returns the value of attribute x.
9 10 11 |
# File 'lib/softlayer/container/network/media/transcode/job/watermark/position.rb', line 9 def x @x end |
#y ⇒ Object
Returns the value of attribute y.
10 11 12 |
# File 'lib/softlayer/container/network/media/transcode/job/watermark/position.rb', line 10 def y @y end |