Class: Ea::Mdg::Document::PropertyEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#multiplicity_lowerObject

Returns the value of attribute multiplicity_lower

Returns:

  • (Object)

    the current value of multiplicity_lower



24
25
26
# File 'lib/ea/mdg/document.rb', line 24

def multiplicity_lower
  @multiplicity_lower
end

#multiplicity_upperObject

Returns the value of attribute multiplicity_upper

Returns:

  • (Object)

    the current value of multiplicity_upper



24
25
26
# File 'lib/ea/mdg/document.rb', line 24

def multiplicity_upper
  @multiplicity_upper
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



24
25
26
# File 'lib/ea/mdg/document.rb', line 24

def name
  @name
end

#type_nameObject

Returns the value of attribute type_name

Returns:

  • (Object)

    the current value of type_name



24
25
26
# File 'lib/ea/mdg/document.rb', line 24

def type_name
  @type_name
end

#visibilityObject

Returns the value of attribute visibility

Returns:

  • (Object)

    the current value of visibility



24
25
26
# File 'lib/ea/mdg/document.rb', line 24

def visibility
  @visibility
end