Class: Softlayer::Product::Item::Category::Question::Xref

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/product/item/category/question/xref.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

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/softlayer/product/item/category/question/xref.rb', line 7

def id
  @id
end

#item_categoryObject

Returns the value of attribute item_category.



12
13
14
# File 'lib/softlayer/product/item/category/question/xref.rb', line 12

def item_category
  @item_category
end

#item_category_idObject

Returns the value of attribute item_category_id.



8
9
10
# File 'lib/softlayer/product/item/category/question/xref.rb', line 8

def item_category_id
  @item_category_id
end

#location_idObject

Returns the value of attribute location_id.



9
10
11
# File 'lib/softlayer/product/item/category/question/xref.rb', line 9

def location_id
  @location_id
end

#questionObject

Returns the value of attribute question.



13
14
15
# File 'lib/softlayer/product/item/category/question/xref.rb', line 13

def question
  @question
end

#question_idObject

Returns the value of attribute question_id.



10
11
12
# File 'lib/softlayer/product/item/category/question/xref.rb', line 10

def question_id
  @question_id
end

#requiredObject

Returns the value of attribute required.



11
12
13
# File 'lib/softlayer/product/item/category/question/xref.rb', line 11

def required
  @required
end