Class: ONEAccess::Response::UserResponse

Inherits:
Object
  • Object
show all
Extended by:
Serializable
Defined in:
lib/oneaccess/response/user_response.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Serializable

from_json, represented_by

Instance Attribute Details

#api_status_codeObject

Returns the value of attribute api_status_code.



11
12
13
# File 'lib/oneaccess/response/user_response.rb', line 11

def api_status_code
  @api_status_code
end

#dataObject

Returns the value of attribute data.



12
13
14
# File 'lib/oneaccess/response/user_response.rb', line 12

def data
  @data
end