Class: Softlayer::Virtual::Guest::Boot::Parameter::Type

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/virtual/guest/boot/parameter/type.rb

Defined Under Namespace

Classes: Representer

Constant Summary collapse

SERVICE =
'SoftLayer_Virtual_Guest_Boot_Parameter_Type'

Instance Attribute Summary collapse

Class Method 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

#boot_optionObject

Returns the value of attribute boot_option.



8
9
10
# File 'lib/softlayer/virtual/guest/boot/parameter/type.rb', line 8

def boot_option
  @boot_option
end

#create_dateObject

Returns the value of attribute create_date.



9
10
11
# File 'lib/softlayer/virtual/guest/boot/parameter/type.rb', line 9

def create_date
  @create_date
end

#descriptionObject

Returns the value of attribute description.



10
11
12
# File 'lib/softlayer/virtual/guest/boot/parameter/type.rb', line 10

def description
  @description
end

#idObject

Returns the value of attribute id.



11
12
13
# File 'lib/softlayer/virtual/guest/boot/parameter/type.rb', line 11

def id
  @id
end

#key_nameObject

Returns the value of attribute key_name.



12
13
14
# File 'lib/softlayer/virtual/guest/boot/parameter/type.rb', line 12

def key_name
  @key_name
end

#modify_dateObject

Returns the value of attribute modify_date.



13
14
15
# File 'lib/softlayer/virtual/guest/boot/parameter/type.rb', line 13

def modify_date
  @modify_date
end

#nameObject

Returns the value of attribute name.



14
15
16
# File 'lib/softlayer/virtual/guest/boot/parameter/type.rb', line 14

def name
  @name
end

#valueObject

Returns the value of attribute value.



15
16
17
# File 'lib/softlayer/virtual/guest/boot/parameter/type.rb', line 15

def value
  @value
end

Class Method Details

.get_all_objectsObject



17
18
19
# File 'lib/softlayer/virtual/guest/boot/parameter/type.rb', line 17

def self.get_all_objects
  request(:get_all_objects, Array[Softlayer::Virtual::Guest::Boot::Parameter::Type])
end

Instance Method Details

#get_objectObject



21
22
23
# File 'lib/softlayer/virtual/guest/boot/parameter/type.rb', line 21

def get_object
  request(:get_object, Softlayer::Virtual::Guest::Boot::Parameter::Type)
end