class Softlayer::Configuration::Template::Section::Reference

Constants

SERVICE

Attributes

create_date[RW]
id[RW]
modify_date[RW]
section[RW]
section_id[RW]
template[RW]
template_id[RW]

Public Instance Methods

get_object() click to toggle source
# File lib/softlayer/configuration/template/section/reference.rb, line 15
def get_object
  request(:get_object, Softlayer::Configuration::Template::Section::Reference)
end
get_section() click to toggle source
# File lib/softlayer/configuration/template/section/reference.rb, line 19
def get_section
  request(:get_section, Softlayer::Configuration::Template::Section)
end
get_template() click to toggle source
# File lib/softlayer/configuration/template/section/reference.rb, line 23
def get_template
  request(:get_template, Softlayer::Configuration::Template)
end