Class: Softlayer::Catalyst::Enrollment::Request::Container::AnswerOption
- Defined in:
- lib/softlayer/catalyst/enrollment/request/container/answer_option.rb
Defined Under Namespace
Classes: Representer
Instance Attribute Summary collapse
- 
  
    
      #answer  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute answer. 
- 
  
    
      #index  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute index. 
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
#answer ⇒ Object
Returns the value of attribute answer.
| 7 8 9 | # File 'lib/softlayer/catalyst/enrollment/request/container/answer_option.rb', line 7 def answer @answer end | 
#index ⇒ Object
Returns the value of attribute index.
| 8 9 10 | # File 'lib/softlayer/catalyst/enrollment/request/container/answer_option.rb', line 8 def index @index end |