Class: Softlayer::Hardware::Component::Type

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/hardware/component/type.rb

Defined Under Namespace

Classes: Representer

Instance Attribute Summary collapse

Method Summary

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

#hardware_generic_component_model_countObject

Returns the value of attribute hardware_generic_component_model_count.



9
10
11
# File 'lib/softlayer/hardware/component/type.rb', line 9

def hardware_generic_component_model_count
  @hardware_generic_component_model_count
end

#hardware_generic_component_modelsObject

Returns the value of attribute hardware_generic_component_models.



10
11
12
# File 'lib/softlayer/hardware/component/type.rb', line 10

def hardware_generic_component_models
  @hardware_generic_component_models
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/softlayer/hardware/component/type.rb', line 5

def id
  @id
end

#key_nameObject

Returns the value of attribute key_name.



6
7
8
# File 'lib/softlayer/hardware/component/type.rb', line 6

def key_name
  @key_name
end

#typeObject

Returns the value of attribute type.



7
8
9
# File 'lib/softlayer/hardware/component/type.rb', line 7

def type
  @type
end

#type_parentObject

Returns the value of attribute type_parent.



11
12
13
# File 'lib/softlayer/hardware/component/type.rb', line 11

def type_parent
  @type_parent
end

#type_parent_idObject

Returns the value of attribute type_parent_id.



8
9
10
# File 'lib/softlayer/hardware/component/type.rb', line 8

def type_parent_id
  @type_parent_id
end