Module: ACube

Extended by:
ActiveSupport::Autoload
Defined in:
lib/acube.rb,
lib/acube/engine.rb,
lib/acube/version.rb,
lib/acube/invoicer.rb,
lib/acube/attribute.rb,
lib/acube/schema/body.rb,
app/models/acube/record.rb,
lib/acube/endpoint/auth.rb,
lib/acube/schema/document.rb,
lib/acube/support/customer.rb,
lib/acube/support/supplier.rb,
lib/acube/endpoint/invoices.rb,
lib/acube/signature_checker.rb,
lib/acube/support/transaction.rb,
lib/acube/endpoint/common_base.rb,
lib/acube/endpoint/it_api_base.rb,
lib/acube/schema/header/header.rb,
app/models/acube/invoice_record.rb,
lib/acube/schema/header/customer.rb,
lib/acube/schema/header/supplier.rb,
lib/generators/a_cube/install/install_generator.rb

Defined Under Namespace

Modules: Attribute, Endpoint, Generators, Schema, Support Classes: Engine, InvoiceRecord, Invoicer, Record, SignatureChecker

Constant Summary collapse

VERSION =
"0.0.4"

Class Method Summary collapse

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (ACube)

    the object that the method was called on



37
38
39
# File 'lib/acube.rb', line 37

def self.configure
  yield(self)
end