Class: DarwinCore::SynonymNormalized
- Inherits:
-
Struct
- Object
- Struct
- DarwinCore::SynonymNormalized
- Defined in:
- lib/dwc_archive.rb
Instance Attribute Summary collapse
-
#canonical_name ⇒ Object
Returns the value of attribute canonical_name.
-
#global_id ⇒ Object
Returns the value of attribute global_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#local_id ⇒ Object
Returns the value of attribute local_id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#source ⇒ Object
Returns the value of attribute source.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#canonical_name ⇒ Object
Returns the value of attribute canonical_name
30 31 32 |
# File 'lib/dwc_archive.rb', line 30 def canonical_name @canonical_name end |
#global_id ⇒ Object
Returns the value of attribute global_id
30 31 32 |
# File 'lib/dwc_archive.rb', line 30 def global_id @global_id end |
#id ⇒ Object
Returns the value of attribute id
30 31 32 |
# File 'lib/dwc_archive.rb', line 30 def id @id end |
#local_id ⇒ Object
Returns the value of attribute local_id
30 31 32 |
# File 'lib/dwc_archive.rb', line 30 def local_id @local_id end |
#name ⇒ Object
Returns the value of attribute name
30 31 32 |
# File 'lib/dwc_archive.rb', line 30 def name @name end |
#source ⇒ Object
Returns the value of attribute source
30 31 32 |
# File 'lib/dwc_archive.rb', line 30 def source @source end |
#status ⇒ Object
Returns the value of attribute status
30 31 32 |
# File 'lib/dwc_archive.rb', line 30 def status @status end |