class BunqRb::RequestResponse

RequestResponse

Attributes

id[R]

Public Class Methods

new(hsh = {}) click to toggle source
# File lib/bunq_rb/objects/request_response.rb, line 10
def initialize(hsh = {})
  @id = hsh["id"]
end
url(user_id, monetary_account_id) click to toggle source
# File lib/bunq_rb/objects/request_response.rb, line 14
def self.url(user_id, monetary_account_id)
  "/v1/user/#{user_id}/monetary-account/#{monetary_account_id}/request-response"
end