Class: Softlayer::Configuration::Template::Section::Definition::Value

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/configuration/template/section/definition/value.rb

Defined Under Namespace

Classes: Representer

Constant Summary collapse

SERVICE =
'SoftLayer_Configuration_Template_Section_Definition_Value'

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

#create_dateObject

Returns the value of attribute create_date.



8
9
10
# File 'lib/softlayer/configuration/template/section/definition/value.rb', line 8

def create_date
  @create_date
end

#definitionObject

Returns the value of attribute definition.



13
14
15
# File 'lib/softlayer/configuration/template/section/definition/value.rb', line 13

def definition
  @definition
end

#definition_idObject

Returns the value of attribute definition_id.



9
10
11
# File 'lib/softlayer/configuration/template/section/definition/value.rb', line 9

def definition_id
  @definition_id
end

#modify_dateObject

Returns the value of attribute modify_date.



10
11
12
# File 'lib/softlayer/configuration/template/section/definition/value.rb', line 10

def modify_date
  @modify_date
end

#templateObject

Returns the value of attribute template.



14
15
16
# File 'lib/softlayer/configuration/template/section/definition/value.rb', line 14

def template
  @template
end

#template_idObject

Returns the value of attribute template_id.



11
12
13
# File 'lib/softlayer/configuration/template/section/definition/value.rb', line 11

def template_id
  @template_id
end

#valueObject

Returns the value of attribute value.



12
13
14
# File 'lib/softlayer/configuration/template/section/definition/value.rb', line 12

def value
  @value
end

Instance Method Details

#get_definitionObject



16
17
18
# File 'lib/softlayer/configuration/template/section/definition/value.rb', line 16

def get_definition
  request(:get_definition, Softlayer::Configuration::Template::Section::Definition)
end

#get_objectObject



20
21
22
# File 'lib/softlayer/configuration/template/section/definition/value.rb', line 20

def get_object
  request(:get_object, Softlayer::Configuration::Template::Section::Definition::Value)
end

#get_templateObject



24
25
26
# File 'lib/softlayer/configuration/template/section/definition/value.rb', line 24

def get_template
  request(:get_template, Softlayer::Configuration::Template)
end