Module: Cieloloja

Defined in:
lib/cieloloja.rb,
lib/cieloloja/version.rb,
lib/cieloloja/connection.rb,
lib/cieloloja/transaction.rb,
lib/generators/cielo/install_generator.rb

Defined Under Namespace

Modules: Generators, Version Classes: Connection, MissingArgumentError, Production, Test, Transaction

Constant Summary collapse

@@environment =
:test
@@numero_afiliacao =
"1001734898"
@@chave_acesso =
"e84827130b9837473681c2787007da5914d6359947015a5cdb2b8843db0fa832"
@@return_path =
"http://localhost:3000"

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Cieloloja)

    the object that the method was called on



33
34
35
# File 'lib/cieloloja.rb', line 33

def self.setup
  yield self
end