module FacturapiRuby
Constants
- INVOICE_RELATION
- INVOICE_TYPE
- INVOICE_USE
- PAYMENT_FORM
- PAYMENT_METHOD
- TAX_SYSTEM
- TAX_TYPE
- VERSION
Attributes
configuration[RW]
Public Class Methods
configure() { |configuration| ... }
click to toggle source
# File lib/facturapi_ruby.rb, line 12 def configure self.configuration ||= Configuration.new yield(configuration) end