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