class Emvoicer::Invoice

Constants

ATTRIBUTES

Attributes

attributes[R]
service[R]

Public Class Methods

new(service, attributes) click to toggle source
# File lib/emvoicer/invoice.rb, line 16
def initialize(service, attributes)
  @service = service
  @attributes = attributes
end

Public Instance Methods

client(callback) click to toggle source
# File lib/emvoicer/invoice.rb, line 27
def client(callback)
  service.client(client_id, callback)
end