Class: ONEAccess::Response::BaseResponse

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



8
9
10
# File 'lib/oneaccess/response/base_response.rb', line 8

def api_status_code
  @api_status_code
end

#dataObject

Returns the value of attribute data.



9
10
11
# File 'lib/oneaccess/response/base_response.rb', line 9

def data
  @data
end