Class: Softlayer::Auxiliary::Press::Release::About
- Defined in:
- lib/softlayer/auxiliary/press/release/about.rb,
lib/softlayer/auxiliary/press/release/about/press.rb,
lib/softlayer/auxiliary/press/release/about/press/release.rb
Defined Under Namespace
Modules: Press Classes: Representer
Constant Summary collapse
- SERVICE =
'SoftLayer_Auxiliary_Press_Release_About'
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#id ⇒ Object
Returns the value of attribute id.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
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
#content ⇒ Object
Returns the value of attribute content.
8 9 10 |
# File 'lib/softlayer/auxiliary/press/release/about.rb', line 8 def content @content end |
#id ⇒ Object
Returns the value of attribute id.
9 10 11 |
# File 'lib/softlayer/auxiliary/press/release/about.rb', line 9 def id @id end |
#title ⇒ Object
Returns the value of attribute title.
10 11 12 |
# File 'lib/softlayer/auxiliary/press/release/about.rb', line 10 def title @title end |