Class: Authlete::Model::Response::UserInfoIssueResponse

Inherits:
Authlete::Model::Result show all
Defined in:
lib/authlete/model/response/user-info-issue-response.rb

Instance Attribute Summary collapse

Attributes inherited from Authlete::Model::Result

#resultCode, #resultMessage

Method Summary

Methods included from Utility

#extract_access_token, #get_parsed_array, #to_rack_response_json, #to_rack_response_www_authenticate

Methods inherited from Base

parse

Instance Attribute Details

#actionObject

Returns the value of attribute action.



23
24
25
# File 'lib/authlete/model/response/user-info-issue-response.rb', line 23

def action
  @action
end

#responseContentObject Also known as: response_content

Returns the value of attribute responseContent.



25
26
27
# File 'lib/authlete/model/response/user-info-issue-response.rb', line 25

def responseContent
  @responseContent
end