Class: VeriTrans::Request::VoidParameter
- Inherits:
-
Object
- Object
- VeriTrans::Request::VoidParameter
- Defined in:
- lib/veri_trans/request/void_parameter.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#order_id ⇒ Object
Returns the value of attribute order_id.
Instance Method Summary collapse
-
#initialize ⇒ VoidParameter
constructor
A new instance of VoidParameter.
Constructor Details
#initialize ⇒ VoidParameter
Returns a new instance of VoidParameter.
3 4 |
# File 'lib/veri_trans/request/void_parameter.rb', line 3 def initialize end |
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
5 6 7 |
# File 'lib/veri_trans/request/void_parameter.rb', line 5 def amount @amount end |
#order_id ⇒ Object
Returns the value of attribute order_id.
5 6 7 |
# File 'lib/veri_trans/request/void_parameter.rb', line 5 def order_id @order_id end |