Class: Softlayer::Hardware::Component::Model::Architecture::Type

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

#childrenObject

Returns the value of attribute children.



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

def children
  @children
end

#children_countObject

Returns the value of attribute children_count.



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

def children_count
  @children_count
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#key_nameObject

Returns the value of attribute key_name.



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

def key_name
  @key_name
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#parentObject

Returns the value of attribute parent.



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

def parent
  @parent
end

#parent_idObject

Returns the value of attribute parent_id.



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

def parent_id
  @parent_id
end