Module: ATPAY
- Defined in:
- lib/atpay.rb,
lib/atpay/payment.rb
Defined Under Namespace
Classes: Payment
Class Attribute Summary collapse
-
.host ⇒ Object
Returns the value of attribute host.
-
.password ⇒ Object
Returns the value of attribute password.
-
.username ⇒ Object
Returns the value of attribute username.
Class Method Summary collapse
Class Attribute Details
.host ⇒ Object
Returns the value of attribute host.
6 7 8 |
# File 'lib/atpay.rb', line 6 def host @host end |
.password ⇒ Object
Returns the value of attribute password.
5 6 7 |
# File 'lib/atpay.rb', line 5 def password @password end |
.username ⇒ Object
Returns the value of attribute username.
4 5 6 |
# File 'lib/atpay.rb', line 4 def username @username end |
Class Method Details
.configure {|_self| ... } ⇒ Object
8 9 10 |
# File 'lib/atpay.rb', line 8 def self.configure(&block) yield(self) end |