Module: Cesri

Defined in:
lib/cesri.rb,
lib/cesri/version.rb,
lib/cesri/configuration.rb,
lib/cesri/response_message.rb,
lib/cesri/recepcion_comprobante_service.rb,
lib/cesri/recepcion_comprobante_response.rb,
lib/cesri/autorizacion_comprobante_service.rb,
lib/cesri/autorizacion_comprobante_response.rb,
lib/generators/cesri/install/install_generator.rb

Defined Under Namespace

Modules: Generators Classes: AutorizacionComprobanteResponse, AutorizacionComprobanteService, Configuration, RecepcionComprobanteResponse, RecepcionComprobanteService, ResponseMessage

Constant Summary collapse

VERSION =
"0.1.0"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.configurationObject

Returns the value of attribute configuration.



14
15
16
# File 'lib/cesri.rb', line 14

def configuration
  @configuration
end

Class Method Details

.configure {|configuration| ... } ⇒ Object

Yields:



17
18
19
20
# File 'lib/cesri.rb', line 17

def self.configure
  self.configuration ||= Configuration.new
  yield(configuration)
end