Class: Fawry::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/fawry/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fawry_merchant_codeObject

Returns the value of attribute fawry_merchant_code.



15
16
17
# File 'lib/fawry/config.rb', line 15

def fawry_merchant_code
  @fawry_merchant_code
end

#fawry_secure_keyObject

Returns the value of attribute fawry_secure_key.



15
16
17
# File 'lib/fawry/config.rb', line 15

def fawry_secure_key
  @fawry_secure_key
end

#sandboxObject

Returns the value of attribute sandbox.



15
16
17
# File 'lib/fawry/config.rb', line 15

def sandbox
  @sandbox
end