Class: Ieee::Idams::AffiliationAddress

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/ieee/idams/affiliation_address.rb

Overview

Represents a physical address

Instance Method Summary collapse

Instance Method Details

#cityString

City

Returns:

  • (String)

    city name



13
# File 'lib/ieee/idams/affiliation_address.rb', line 13

attribute :city, :string

#countryString

Country

Returns:

  • (String)

    country name



21
# File 'lib/ieee/idams/affiliation_address.rb', line 21

attribute :country, :string

#postcodeString

Post code

Returns:

  • (String)

    postal code



25
# File 'lib/ieee/idams/affiliation_address.rb', line 25

attribute :postcode, :string

#stateString

State

Returns:

  • (String)

    state name



17
# File 'lib/ieee/idams/affiliation_address.rb', line 17

attribute :state, :string

#streetString

Street address

Returns:

  • (String)

    street address line



9
# File 'lib/ieee/idams/affiliation_address.rb', line 9

attribute :street, :string