Class: Increase::Models::Lockbox::Address
- Defined in:
- lib/increase/models/lockbox.rb
Instance Attribute Summary collapse
-
#city ⇒ String
The city of the address.
-
#line1 ⇒ String
The first line of the address.
-
#line2 ⇒ String
The second line of the address.
-
#postal_code ⇒ String
The postal code of the address.
-
#state ⇒ String
The two-letter United States Postal Service (USPS) abbreviation for the state of the address.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#city ⇒ String
The city of the address.
50 |
# File 'lib/increase/models/lockbox.rb', line 50 required :city, String |
#line1 ⇒ String
The first line of the address.
55 |
# File 'lib/increase/models/lockbox.rb', line 55 required :line1, String |
#line2 ⇒ String
The second line of the address.
60 |
# File 'lib/increase/models/lockbox.rb', line 60 required :line2, String |
#postal_code ⇒ String
The postal code of the address.
65 |
# File 'lib/increase/models/lockbox.rb', line 65 required :postal_code, String |
#state ⇒ String
The two-letter United States Postal Service (USPS) abbreviation for the state of the address.
70 |
# File 'lib/increase/models/lockbox.rb', line 70 required :state, String |