Class: Ea::Mdg::Document::ClassifierEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



22
23
24
# File 'lib/ea/mdg/document.rb', line 22

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



22
23
24
# File 'lib/ea/mdg/document.rb', line 22

def name
  @name
end

#package_nameObject

Returns the value of attribute package_name

Returns:

  • (Object)

    the current value of package_name



22
23
24
# File 'lib/ea/mdg/document.rb', line 22

def package_name
  @package_name
end

#propertiesObject

Returns the value of attribute properties

Returns:

  • (Object)

    the current value of properties



22
23
24
# File 'lib/ea/mdg/document.rb', line 22

def properties
  @properties
end