Class: ApiBanking::SinglePayment::Configuration
- Inherits:
-
Object
- Object
- ApiBanking::SinglePayment::Configuration
- Defined in:
- lib/api_banking/json/singlePayment.rb
Instance Attribute Summary collapse
-
#environment ⇒ Object
Returns the value of attribute environment.
-
#proxy ⇒ Object
Returns the value of attribute proxy.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
Instance Attribute Details
#environment ⇒ Object
Returns the value of attribute environment.
26 27 28 |
# File 'lib/api_banking/json/singlePayment.rb', line 26 def environment @environment end |
#proxy ⇒ Object
Returns the value of attribute proxy.
26 27 28 |
# File 'lib/api_banking/json/singlePayment.rb', line 26 def proxy @proxy end |
#timeout ⇒ Object
Returns the value of attribute timeout.
26 27 28 |
# File 'lib/api_banking/json/singlePayment.rb', line 26 def timeout @timeout end |