Class: Softlayer::Survey::Response

Inherits:
Entity show all
Defined in:
lib/softlayer/survey/response.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

#other_answerObject

Returns the value of attribute other_answer.



4
5
6
# File 'lib/softlayer/survey/response.rb', line 4

def other_answer
  @other_answer
end

#survey_answerObject

Returns the value of attribute survey_answer.



6
7
8
# File 'lib/softlayer/survey/response.rb', line 6

def survey_answer
  @survey_answer
end

#survey_answer_idObject

Returns the value of attribute survey_answer_id.



5
6
7
# File 'lib/softlayer/survey/response.rb', line 5

def survey_answer_id
  @survey_answer_id
end