Class: RoutingNumbers::Response
- Inherits:
-
Object
- Object
- RoutingNumbers::Response
- Defined in:
- lib/routing_numbers/response.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#city ⇒ Object
Returns the value of attribute city.
-
#message ⇒ Object
Returns the value of attribute message.
-
#name ⇒ Object
Returns the value of attribute name.
-
#routing_number ⇒ Object
Returns the value of attribute routing_number.
-
#state ⇒ Object
Returns the value of attribute state.
-
#telephone ⇒ Object
Returns the value of attribute telephone.
-
#zip ⇒ Object
Returns the value of attribute zip.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
3 4 5 |
# File 'lib/routing_numbers/response.rb', line 3 def address @address end |
#city ⇒ Object
Returns the value of attribute city.
3 4 5 |
# File 'lib/routing_numbers/response.rb', line 3 def city @city end |
#message ⇒ Object
Returns the value of attribute message.
3 4 5 |
# File 'lib/routing_numbers/response.rb', line 3 def end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/routing_numbers/response.rb', line 3 def name @name end |
#routing_number ⇒ Object
Returns the value of attribute routing_number.
3 4 5 |
# File 'lib/routing_numbers/response.rb', line 3 def routing_number @routing_number end |
#state ⇒ Object
Returns the value of attribute state.
3 4 5 |
# File 'lib/routing_numbers/response.rb', line 3 def state @state end |
#telephone ⇒ Object
Returns the value of attribute telephone.
3 4 5 |
# File 'lib/routing_numbers/response.rb', line 3 def telephone @telephone end |
#zip ⇒ Object
Returns the value of attribute zip.
3 4 5 |
# File 'lib/routing_numbers/response.rb', line 3 def zip @zip end |