Class: ONEAccess::Response::OrganizationResponse

Inherits:
Object
  • Object
show all
Extended by:
Serializable
Defined in:
lib/oneaccess/response/organization_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.



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

def api_status_code
  @api_status_code
end

#dataObject

Returns the value of attribute data.



13
14
15
# File 'lib/oneaccess/response/organization_response.rb', line 13

def data
  @data
end