Class: Softlayer::Billing::Order::Item::Category::Answer

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



7
8
9
# File 'lib/softlayer/billing/order/item/category/answer.rb', line 7

def answer
  @answer
end

#create_dateObject

Returns the value of attribute create_date.



8
9
10
# File 'lib/softlayer/billing/order/item/category/answer.rb', line 8

def create_date
  @create_date
end

#order_itemObject

Returns the value of attribute order_item.



10
11
12
# File 'lib/softlayer/billing/order/item/category/answer.rb', line 10

def order_item
  @order_item
end

#questionObject

Returns the value of attribute question.



11
12
13
# File 'lib/softlayer/billing/order/item/category/answer.rb', line 11

def question
  @question
end

#question_idObject

Returns the value of attribute question_id.



9
10
11
# File 'lib/softlayer/billing/order/item/category/answer.rb', line 9

def question_id
  @question_id
end