Class: DarwinCore::SynonymNormalized

Inherits:
Struct
  • Object
show all
Defined in:
lib/dwc_archive.rb

Instance Attribute Summary collapse

Instance Attribute Details

#canonical_nameObject

Returns the value of attribute canonical_name

Returns:

  • (Object)

    the current value of canonical_name



30
31
32
# File 'lib/dwc_archive.rb', line 30

def canonical_name
  @canonical_name
end

#global_idObject

Returns the value of attribute global_id

Returns:

  • (Object)

    the current value of global_id



30
31
32
# File 'lib/dwc_archive.rb', line 30

def global_id
  @global_id
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



30
31
32
# File 'lib/dwc_archive.rb', line 30

def id
  @id
end

#local_idObject

Returns the value of attribute local_id

Returns:

  • (Object)

    the current value of local_id



30
31
32
# File 'lib/dwc_archive.rb', line 30

def local_id
  @local_id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



30
31
32
# File 'lib/dwc_archive.rb', line 30

def name
  @name
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



30
31
32
# File 'lib/dwc_archive.rb', line 30

def source
  @source
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



30
31
32
# File 'lib/dwc_archive.rb', line 30

def status
  @status
end