Module: Astropay
- Defined in:
- lib/astropay.rb,
lib/astropay/apd.rb,
lib/astropay/api.rb,
lib/astropay/request.rb,
lib/astropay/version.rb,
lib/astropay/streamline.rb,
lib/astropay/webpaystatus.rb,
lib/astropay/configuration.rb
Defined Under Namespace
Modules: Request Classes: APD, API, Configuration, Streamline, Webpaystatus
Constant Summary collapse
- VERSION =
"1.0.0"
Class Attribute Summary collapse
-
.configuration ⇒ Object
Returns the value of attribute configuration.
Class Method Summary collapse
Class Attribute Details
.configuration ⇒ Object
Returns the value of attribute configuration.
19 20 21 |
# File 'lib/astropay.rb', line 19 def configuration @configuration end |
Class Method Details
.configure {|configuration| ... } ⇒ Object
26 27 28 |
# File 'lib/astropay.rb', line 26 def self.configure yield(configuration) end |