Class: Ea::Mdg::Document::TaggedValueSpec

Inherits:
Struct
  • Object
show all
Defined in:
lib/ea/mdg/document.rb

Instance Attribute Summary collapse

Instance Attribute Details

#defaultObject

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



39
40
41
# File 'lib/ea/mdg/document.rb', line 39

def default
  @default
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



39
40
41
# File 'lib/ea/mdg/document.rb', line 39

def description
  @description
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



39
40
41
# File 'lib/ea/mdg/document.rb', line 39

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



39
40
41
# File 'lib/ea/mdg/document.rb', line 39

def type
  @type
end

#unitObject

Returns the value of attribute unit

Returns:

  • (Object)

    the current value of unit



39
40
41
# File 'lib/ea/mdg/document.rb', line 39

def unit
  @unit
end

#valuesObject

Returns the value of attribute values

Returns:

  • (Object)

    the current value of values



39
40
41
# File 'lib/ea/mdg/document.rb', line 39

def values
  @values
end