Module: Paybox::Configuration::ClassMethods
- Defined in:
- lib/paybox/configuration.rb
Instance Attribute Summary collapse
-
#cle ⇒ Object
Returns the value of attribute cle.
-
#rang ⇒ Object
Returns the value of attribute rang.
-
#site ⇒ Object
Returns the value of attribute site.
Instance Method Summary collapse
Instance Attribute Details
#cle ⇒ Object
Returns the value of attribute cle.
6 7 8 |
# File 'lib/paybox/configuration.rb', line 6 def cle @cle end |
#rang ⇒ Object
Returns the value of attribute rang.
6 7 8 |
# File 'lib/paybox/configuration.rb', line 6 def rang @rang end |
#site ⇒ Object
Returns the value of attribute site.
6 7 8 |
# File 'lib/paybox/configuration.rb', line 6 def site @site end |
Instance Method Details
#configure {|_self| ... } ⇒ Object
7 8 9 |
# File 'lib/paybox/configuration.rb', line 7 def configure &block yield self end |