Class: Softlayer::Product::Package::Order::Configuration

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/product/package/order/configuration.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

#error_messageObject

Returns the value of attribute error_message.



6
7
8
# File 'lib/softlayer/product/package/order/configuration.rb', line 6

def error_message
  @error_message
end

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/softlayer/product/package/order/configuration.rb', line 7

def id
  @id
end

#is_requiredObject

Returns the value of attribute is_required.



8
9
10
# File 'lib/softlayer/product/package/order/configuration.rb', line 8

def is_required
  @is_required
end

#item_categoryObject

Returns the value of attribute item_category.



13
14
15
# File 'lib/softlayer/product/package/order/configuration.rb', line 13

def item_category
  @item_category
end

#item_category_idObject

Returns the value of attribute item_category_id.



9
10
11
# File 'lib/softlayer/product/package/order/configuration.rb', line 9

def item_category_id
  @item_category_id
end

#order_step_idObject

Returns the value of attribute order_step_id.



10
11
12
# File 'lib/softlayer/product/package/order/configuration.rb', line 10

def order_step_id
  @order_step_id
end

#packageObject

Returns the value of attribute package.



14
15
16
# File 'lib/softlayer/product/package/order/configuration.rb', line 14

def package
  @package
end

#package_idObject

Returns the value of attribute package_id.



11
12
13
# File 'lib/softlayer/product/package/order/configuration.rb', line 11

def package_id
  @package_id
end

#sortObject

Returns the value of attribute sort.



12
13
14
# File 'lib/softlayer/product/package/order/configuration.rb', line 12

def sort
  @sort
end

#stepObject

Returns the value of attribute step.



15
16
17
# File 'lib/softlayer/product/package/order/configuration.rb', line 15

def step
  @step
end