Class: Softlayer::Legal::RegulatedWorkload

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/legal/regulated_workload.rb,
lib/softlayer/legal/regulated_workload/type.rb

Defined Under Namespace

Classes: Representer, Type

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

#accountObject

Returns the value of attribute account.



9
10
11
# File 'lib/softlayer/legal/regulated_workload.rb', line 9

def 
  @account
end

#account_idObject

Returns the value of attribute account_id.



5
6
7
# File 'lib/softlayer/legal/regulated_workload.rb', line 5

def 
  @account_id
end

#enabled_flagObject

Returns the value of attribute enabled_flag.



6
7
8
# File 'lib/softlayer/legal/regulated_workload.rb', line 6

def enabled_flag
  @enabled_flag
end

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/softlayer/legal/regulated_workload.rb', line 7

def id
  @id
end

#typeObject

Returns the value of attribute type.



10
11
12
# File 'lib/softlayer/legal/regulated_workload.rb', line 10

def type
  @type
end

#workload_type_idObject

Returns the value of attribute workload_type_id.



8
9
10
# File 'lib/softlayer/legal/regulated_workload.rb', line 8

def workload_type_id
  @workload_type_id
end