Class: Softlayer::Hardware::Component::Model::Attribute::Type

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/hardware/component/model/attribute/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

#descriptionObject

Returns the value of attribute description.



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

def description
  @description
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#key_nameObject

Returns the value of attribute key_name.



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

def key_name
  @key_name
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#valid_component_type_countObject

Returns the value of attribute valid_component_type_count.



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

def valid_component_type_count
  @valid_component_type_count
end

#valid_component_typesObject

Returns the value of attribute valid_component_types.



12
13
14
# File 'lib/softlayer/hardware/component/model/attribute/type.rb', line 12

def valid_component_types
  @valid_component_types
end