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



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

def default
  @default
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



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

def description
  @description
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end

#unitObject

Returns the value of attribute unit

Returns:

  • (Object)

    the current value of unit



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

def unit
  @unit
end

#valuesObject

Returns the value of attribute values

Returns:

  • (Object)

    the current value of values



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

def values
  @values
end