Class: Alula::NfcGetBrandingProc::Response
- Inherits:
-
RpcResponse
- Object
- RpcResponse
- Alula::NfcGetBrandingProc::Response
- Defined in:
- lib/alula/procedures/nfc_get_branding_proc.rb
Instance Attribute Summary
Attributes inherited from RpcResponse
#data, #http_status, #request_id, #result
Instance Method Summary collapse
-
#initialize(response) ⇒ Response
constructor
A new instance of Response.
Methods inherited from RpcResponse
Constructor Details
#initialize(response) ⇒ Response
Returns a new instance of Response.
6 7 8 9 10 11 |
# File 'lib/alula/procedures/nfc_get_branding_proc.rb', line 6 def initialize(response) super(response) data = response @data = data.data end |