Class: Alula::NfcGetBrandingProc::Response

Inherits:
RpcResponse show all
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

Methods inherited from RpcResponse

#ok?

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