Class: ParseUtil::HandleSwissmedicErrors::ErrorEntry

Inherits:
Struct::ErrorEntry
  • Object
show all
Defined in:
lib/oddb2xml/parslet_compositions.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nr_occurrencesObject

Returns the value of attribute nr_occurrences

Returns:

  • (Object)

    the current value of nr_occurrences



22
23
24
# File 'lib/oddb2xml/parslet_compositions.rb', line 22

def nr_occurrences
  @nr_occurrences
end

#patternObject

Returns the value of attribute pattern

Returns:

  • (Object)

    the current value of pattern



22
23
24
# File 'lib/oddb2xml/parslet_compositions.rb', line 22

def pattern
  @pattern
end

#replacementObject

Returns the value of attribute replacement

Returns:

  • (Object)

    the current value of replacement



22
23
24
# File 'lib/oddb2xml/parslet_compositions.rb', line 22

def replacement
  @replacement
end