Class: Tag

Inherits:
Object
  • Object
show all
Defined in:
lib/xml_models/identity_metadata/identity_metadata.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#valueObject

Returns the value of attribute value.



74
75
76
# File 'lib/xml_models/identity_metadata/identity_metadata.rb', line 74

def value
  @value
end

Instance Method Details

#xml_valuesObject



76
77
78
# File 'lib/xml_models/identity_metadata/identity_metadata.rb', line 76

def xml_values
  [self.value]
end