Class: Increase::Models::IntrafiBalance::Balance::BankLocation
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::IntrafiBalance::Balance::BankLocation
- Defined in:
- lib/increase/models/intrafi_balance.rb
Instance Attribute Summary collapse
-
#city ⇒ String
The bank's city.
-
#state ⇒ String
The bank's state.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#city ⇒ String
The bank's city.
66 |
# File 'lib/increase/models/intrafi_balance.rb', line 66 required :city, String |
#state ⇒ String
The bank's state.
71 |
# File 'lib/increase/models/intrafi_balance.rb', line 71 required :state, String |