Class: Vantiv::Api::PaymentAccount
- Inherits:
-
Object
- Object
- Vantiv::Api::PaymentAccount
- Defined in:
- lib/vantiv/api/payment_account.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(id: nil) ⇒ PaymentAccount
constructor
A new instance of PaymentAccount.
Constructor Details
#initialize(id: nil) ⇒ PaymentAccount
Returns a new instance of PaymentAccount.
6 7 8 |
# File 'lib/vantiv/api/payment_account.rb', line 6 def initialize(id: nil) @id = id end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/vantiv/api/payment_account.rb', line 4 def id @id end |