Class: DarwinCore::VernacularNormalized
- Inherits:
-
Struct
- Object
- Struct
- DarwinCore::VernacularNormalized
- Defined in:
- lib/dwc_archive.rb
Instance Attribute Summary collapse
-
#country_code ⇒ Object
Returns the value of attribute country_code.
-
#language ⇒ Object
Returns the value of attribute language.
-
#locality ⇒ Object
Returns the value of attribute locality.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#country_code ⇒ Object
Returns the value of attribute country_code
29 30 31 |
# File 'lib/dwc_archive.rb', line 29 def country_code @country_code end |
#language ⇒ Object
Returns the value of attribute language
29 30 31 |
# File 'lib/dwc_archive.rb', line 29 def language @language end |
#locality ⇒ Object
Returns the value of attribute locality
29 30 31 |
# File 'lib/dwc_archive.rb', line 29 def locality @locality end |
#name ⇒ Object
Returns the value of attribute name
29 30 31 |
# File 'lib/dwc_archive.rb', line 29 def name @name end |