class BunqRb::Device

Device

Attributes

id[R]

Public Class Methods

new(hsh = {}) click to toggle source
# File lib/bunq_rb/objects/device.rb, line 10
def initialize(hsh = {})
  @id = hsh["id"]
end
url() click to toggle source
# File lib/bunq_rb/objects/device.rb, line 14
def self.url
  "/v1/device"
end