Class: Softlayer::Resource::Group::Template::Member

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

#max_quantityObject

Returns the value of attribute max_quantity.



6
7
8
# File 'lib/softlayer/resource/group/template/member.rb', line 6

def max_quantity
  @max_quantity
end

#min_quantityObject

Returns the value of attribute min_quantity.



7
8
9
# File 'lib/softlayer/resource/group/template/member.rb', line 7

def min_quantity
  @min_quantity
end

#roleObject

Returns the value of attribute role.



10
11
12
# File 'lib/softlayer/resource/group/template/member.rb', line 10

def role
  @role
end

#role_idObject

Returns the value of attribute role_id.



8
9
10
# File 'lib/softlayer/resource/group/template/member.rb', line 8

def role_id
  @role_id
end

#templateObject

Returns the value of attribute template.



11
12
13
# File 'lib/softlayer/resource/group/template/member.rb', line 11

def template
  @template
end

#template_idObject

Returns the value of attribute template_id.



9
10
11
# File 'lib/softlayer/resource/group/template/member.rb', line 9

def template_id
  @template_id
end