Class: Softlayer::Configuration::Template::Section::Reference

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

Defined Under Namespace

Classes: Representer

Constant Summary collapse

SERVICE =
'SoftLayer_Configuration_Template_Section_Reference'

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.



7
8
9
# File 'lib/softlayer/configuration/template/section/reference.rb', line 7

def create_date
  @create_date
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#modify_dateObject

Returns the value of attribute modify_date.



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

def modify_date
  @modify_date
end

#sectionObject

Returns the value of attribute section.



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

def section
  @section
end

#section_idObject

Returns the value of attribute section_id.



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

def section_id
  @section_id
end

#templateObject

Returns the value of attribute template.



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

def template
  @template
end

#template_idObject

Returns the value of attribute template_id.



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

def template_id
  @template_id
end

Instance Method Details

#get_objectObject



15
16
17
# File 'lib/softlayer/configuration/template/section/reference.rb', line 15

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

#get_sectionObject



19
20
21
# File 'lib/softlayer/configuration/template/section/reference.rb', line 19

def get_section
  request(:get_section, Softlayer::Configuration::Template::Section)
end

#get_templateObject



23
24
25
# File 'lib/softlayer/configuration/template/section/reference.rb', line 23

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