Class: ObiWan::Type::Instrument
Instance Attribute Summary collapse
-
#account_number ⇒ Object
Returns the value of attribute account_number.
-
#authorize_email_address ⇒ Object
Returns the value of attribute authorize_email_address.
-
#authorize_ip_address ⇒ Object
Returns the value of attribute authorize_ip_address.
-
#expiry_date ⇒ Object
Returns the value of attribute expiry_date.
-
#last_four_digits ⇒ Object
Returns the value of attribute last_four_digits.
-
#payment_type ⇒ Object
Returns the value of attribute payment_type.
-
#pin_number ⇒ Object
Returns the value of attribute pin_number.
-
#routing_number ⇒ Object
Returns the value of attribute routing_number.
Method Summary
Methods inherited from Builder
Constructor Details
This class inherits a constructor from ObiWan::Type::Builder
Instance Attribute Details
#account_number ⇒ Object
Returns the value of attribute account_number.
58 59 60 |
# File 'lib/obi-wan/type.rb', line 58 def account_number @account_number end |
#authorize_email_address ⇒ Object
Returns the value of attribute authorize_email_address.
64 65 66 |
# File 'lib/obi-wan/type.rb', line 64 def @authorize_email_address end |
#authorize_ip_address ⇒ Object
Returns the value of attribute authorize_ip_address.
65 66 67 |
# File 'lib/obi-wan/type.rb', line 65 def @authorize_ip_address end |
#expiry_date ⇒ Object
Returns the value of attribute expiry_date.
61 62 63 |
# File 'lib/obi-wan/type.rb', line 61 def expiry_date @expiry_date end |
#last_four_digits ⇒ Object
Returns the value of attribute last_four_digits.
62 63 64 |
# File 'lib/obi-wan/type.rb', line 62 def last_four_digits @last_four_digits end |
#payment_type ⇒ Object
Returns the value of attribute payment_type.
60 61 62 |
# File 'lib/obi-wan/type.rb', line 60 def payment_type @payment_type end |
#pin_number ⇒ Object
Returns the value of attribute pin_number.
63 64 65 |
# File 'lib/obi-wan/type.rb', line 63 def pin_number @pin_number end |
#routing_number ⇒ Object
Returns the value of attribute routing_number.
59 60 61 |
# File 'lib/obi-wan/type.rb', line 59 def routing_number @routing_number end |