Class: Ieee::Idams::Publisher
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Ieee::Idams::Publisher
- Defined in:
- lib/ieee/idams/publisher.rb
Overview
Represents a publisher
Instance Method Summary collapse
-
#address ⇒ Address
Address details.
-
#publisherloc ⇒ String
Publisher location.
-
#publishername ⇒ String
Publisher name.
Instance Method Details
#address ⇒ Address
Address details
19 |
# File 'lib/ieee/idams/publisher.rb', line 19 attribute :address, Address |
#publisherloc ⇒ String
Publisher location
15 |
# File 'lib/ieee/idams/publisher.rb', line 15 attribute :publisherloc, :string |
#publishername ⇒ String
Publisher name
11 |
# File 'lib/ieee/idams/publisher.rb', line 11 attribute :publishername, :string |