Class: Softlayer::Provisioning::Maintenance::Classification::Item::Category

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/provisioning/maintenance/classification/item/category.rb

Defined Under Namespace

Classes: Representer

Constant Summary collapse

SERVICE =
'SoftLayer_Provisioning_Maintenance_Classification_Item_Category'

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#item_category_idObject

Returns the value of attribute item_category_id.



8
9
10
# File 'lib/softlayer/provisioning/maintenance/classification/item/category.rb', line 8

def item_category_id
  @item_category_id
end

#maintenance_classificationObject

Returns the value of attribute maintenance_classification.



10
11
12
# File 'lib/softlayer/provisioning/maintenance/classification/item/category.rb', line 10

def maintenance_classification
  @maintenance_classification
end

#maintenance_classification_idObject

Returns the value of attribute maintenance_classification_id.



9
10
11
# File 'lib/softlayer/provisioning/maintenance/classification/item/category.rb', line 9

def maintenance_classification_id
  @maintenance_classification_id
end

Instance Method Details

#get_maintenance_classificationObject



12
13
14
# File 'lib/softlayer/provisioning/maintenance/classification/item/category.rb', line 12

def get_maintenance_classification
  request(:get_maintenance_classification, Softlayer::Provisioning::Maintenance::Classification)
end

#get_objectObject



16
17
18
# File 'lib/softlayer/provisioning/maintenance/classification/item/category.rb', line 16

def get_object
  request(:get_object, Softlayer::Provisioning::Maintenance::Classification::Item::Category)
end