Class: ObiWan::Type::Instrument

Inherits:
Builder
  • Object
show all
Defined in:
lib/obi-wan/type.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Builder

#initialize

Constructor Details

This class inherits a constructor from ObiWan::Type::Builder

Instance Attribute Details

#account_numberObject

Returns the value of attribute account_number.



58
59
60
# File 'lib/obi-wan/type.rb', line 58

def 
  @account_number
end

#authorize_email_addressObject

Returns the value of attribute authorize_email_address.



64
65
66
# File 'lib/obi-wan/type.rb', line 64

def authorize_email_address
  @authorize_email_address
end

#authorize_ip_addressObject

Returns the value of attribute authorize_ip_address.



65
66
67
# File 'lib/obi-wan/type.rb', line 65

def authorize_ip_address
  @authorize_ip_address
end

#expiry_dateObject

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_digitsObject

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_typeObject

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_numberObject

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_numberObject

Returns the value of attribute routing_number.



59
60
61
# File 'lib/obi-wan/type.rb', line 59

def routing_number
  @routing_number
end