Class: Payfast::Config
- Inherits:
-
Object
- Object
- Payfast::Config
- Defined in:
- lib/payfast/config.rb
Instance Attribute Summary collapse
-
#logger ⇒ Object
writeonly
Sets the attribute logger.
Class Method Summary collapse
Instance Attribute Details
#logger=(value) ⇒ Object (writeonly)
Sets the attribute logger
13 14 15 |
# File 'lib/payfast/config.rb', line 13 def logger=(value) @logger = value end |