Class: Increase::Models::Entity::Trust::Address
- Defined in:
- lib/increase/models/entity.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.
-
#state ⇒ String
The two-letter United States Postal Service (USPS) abbreviation for the state of the address.
-
#zip ⇒ String
The ZIP code of the address.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#city ⇒ String
The city of the address.
499 |
# File 'lib/increase/models/entity.rb', line 499 required :city, String |
#line1 ⇒ String
The first line of the address.
504 |
# File 'lib/increase/models/entity.rb', line 504 required :line1, String |
#line2 ⇒ String
The second line of the address.
509 |
# File 'lib/increase/models/entity.rb', line 509 required :line2, String |
#state ⇒ String
The two-letter United States Postal Service (USPS) abbreviation for the state of the address.
514 |
# File 'lib/increase/models/entity.rb', line 514 required :state, String |
#zip ⇒ String
The ZIP code of the address.
519 |
# File 'lib/increase/models/entity.rb', line 519 required :zip, String |