Class: Softlayer::Network::Application::Delivery::Controller::Configuration::History

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/network/application/delivery/controller/configuration/history.rb

Defined Under Namespace

Classes: Representer

Constant Summary collapse

SERVICE =
'SoftLayer_Network_Application_Delivery_Controller_Configuration_History'

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

#controllerObject

Returns the value of attribute controller.



12
13
14
# File 'lib/softlayer/network/application/delivery/controller/configuration/history.rb', line 12

def controller
  @controller
end

#create_dateObject

Returns the value of attribute create_date.



9
10
11
# File 'lib/softlayer/network/application/delivery/controller/configuration/history.rb', line 9

def create_date
  @create_date
end

#idObject

Returns the value of attribute id.



10
11
12
# File 'lib/softlayer/network/application/delivery/controller/configuration/history.rb', line 10

def id
  @id
end

#notesObject

Returns the value of attribute notes.



11
12
13
# File 'lib/softlayer/network/application/delivery/controller/configuration/history.rb', line 11

def notes
  @notes
end

Instance Method Details

#delete_objectObject



14
15
16
# File 'lib/softlayer/network/application/delivery/controller/configuration/history.rb', line 14

def delete_object
  request(:delete_object, Boolean)
end

#get_controllerObject



18
19
20
# File 'lib/softlayer/network/application/delivery/controller/configuration/history.rb', line 18

def get_controller
  request(:get_controller, Softlayer::Network::Application::Delivery::Controller)
end

#get_objectObject



22
23
24
# File 'lib/softlayer/network/application/delivery/controller/configuration/history.rb', line 22

def get_object
  request(:get_object, Softlayer::Network::Application::Delivery::Controller::Configuration::History)
end