Class: Softlayer::Container::Product::Item::Category::Question::Answer

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

#answerObject

Returns the value of attribute answer.



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

def answer
  @answer
end

#category_codeObject

Returns the value of attribute category_code.



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

def category_code
  @category_code
end

#category_idObject

Returns the value of attribute category_id.



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

def category_id
  @category_id
end

#question_idObject

Returns the value of attribute question_id.



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

def question_id
  @question_id
end