Class: Ieee::Idams::AffiliationAddress
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Ieee::Idams::AffiliationAddress
- Defined in:
- lib/ieee/idams/affiliation_address.rb
Overview
Represents a physical address
Instance Method Summary collapse
-
#city ⇒ String
City.
-
#country ⇒ String
Country.
-
#postcode ⇒ String
Post code.
-
#state ⇒ String
State.
-
#street ⇒ String
Street address.
Instance Method Details
#city ⇒ String
City
13 |
# File 'lib/ieee/idams/affiliation_address.rb', line 13 attribute :city, :string |
#country ⇒ String
Country
21 |
# File 'lib/ieee/idams/affiliation_address.rb', line 21 attribute :country, :string |
#postcode ⇒ String
Post code
25 |
# File 'lib/ieee/idams/affiliation_address.rb', line 25 attribute :postcode, :string |
#state ⇒ String
State
17 |
# File 'lib/ieee/idams/affiliation_address.rb', line 17 attribute :state, :string |
#street ⇒ String
Street address
9 |
# File 'lib/ieee/idams/affiliation_address.rb', line 9 attribute :street, :string |