Class: Softlayer::Auxiliary::Press::Release::About

Inherits:
Entity
  • Object
show all
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

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

#contentObject

Returns the value of attribute content.



8
9
10
# File 'lib/softlayer/auxiliary/press/release/about.rb', line 8

def content
  @content
end

#idObject

Returns the value of attribute id.



9
10
11
# File 'lib/softlayer/auxiliary/press/release/about.rb', line 9

def id
  @id
end

#titleObject

Returns the value of attribute title.



10
11
12
# File 'lib/softlayer/auxiliary/press/release/about.rb', line 10

def title
  @title
end

Instance Method Details

#get_objectObject



12
13
14
# File 'lib/softlayer/auxiliary/press/release/about.rb', line 12

def get_object
  request(:get_object, Softlayer::Auxiliary::Press::Release::About)
end