Class: Alula::NfcGetBrandingProc

Inherits:
RpcResource show all
Defined in:
lib/alula/procedures/nfc_get_branding_proc.rb

Defined Under Namespace

Classes: Response

Class Method Summary collapse

Methods inherited from RpcResource

ok?, request, wrap_payload

Class Method Details

.call(tag_id:) ⇒ Object



14
15
16
17
18
19
20
21
# File 'lib/alula/procedures/nfc_get_branding_proc.rb', line 14

def self.call(tag_id:)
  request(
    http_method: :get,
    path: "/public/v1/nfc-tags/branding/#{tag_id}",
    payload: {},
    handler: Response
  )
end