class Emvoicer::Client

Constants

ATTRIBUTES

Attributes

attributes[R]
service[R]

Public Class Methods

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