Class: Softlayer::Configuration::Storage::Group::Template::Group

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/configuration/storage/group/template/group.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

#growObject

Returns the value of attribute grow.



7
8
9
# File 'lib/softlayer/configuration/storage/group/template/group.rb', line 7

def grow
  @grow
end

#hard_drives_stringObject

Returns the value of attribute hard_drives_string.



8
9
10
# File 'lib/softlayer/configuration/storage/group/template/group.rb', line 8

def hard_drives_string
  @hard_drives_string
end

#order_indexObject

Returns the value of attribute order_index.



9
10
11
# File 'lib/softlayer/configuration/storage/group/template/group.rb', line 9

def order_index
  @order_index
end

#sizeObject

Returns the value of attribute size.



10
11
12
# File 'lib/softlayer/configuration/storage/group/template/group.rb', line 10

def size
  @size
end

#typeObject

Returns the value of attribute type.



11
12
13
# File 'lib/softlayer/configuration/storage/group/template/group.rb', line 11

def type
  @type
end