Class: ParseUtil::ParseSubstance

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

Instance Attribute Summary collapse

Instance Attribute Details

#cdoseObject

Returns the value of attribute cdose

Returns:

  • (Object)

    the current value of cdose



12
13
14
# File 'lib/oddb2xml/parse_compositions.rb', line 12

def cdose
  @cdose
end

#chemical_qtyObject

Returns the value of attribute chemical_qty

Returns:

  • (Object)

    the current value of chemical_qty



12
13
14
# File 'lib/oddb2xml/parse_compositions.rb', line 12

def chemical_qty
  @chemical_qty
end

#chemical_substanceObject

Returns the value of attribute chemical_substance

Returns:

  • (Object)

    the current value of chemical_substance



12
13
14
# File 'lib/oddb2xml/parse_compositions.rb', line 12

def chemical_substance
  @chemical_substance
end

#chemical_unitObject

Returns the value of attribute chemical_unit

Returns:

  • (Object)

    the current value of chemical_unit



12
13
14
# File 'lib/oddb2xml/parse_compositions.rb', line 12

def chemical_unit
  @chemical_unit
end

#doseObject

Returns the value of attribute dose

Returns:

  • (Object)

    the current value of dose



12
13
14
# File 'lib/oddb2xml/parse_compositions.rb', line 12

def dose
  @dose
end

#is_active_agentObject

Returns the value of attribute is_active_agent

Returns:

  • (Object)

    the current value of is_active_agent



12
13
14
# File 'lib/oddb2xml/parse_compositions.rb', line 12

def is_active_agent
  @is_active_agent
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



12
13
14
# File 'lib/oddb2xml/parse_compositions.rb', line 12

def name
  @name
end

#qtyObject

Returns the value of attribute qty

Returns:

  • (Object)

    the current value of qty



12
13
14
# File 'lib/oddb2xml/parse_compositions.rb', line 12

def qty
  @qty
end

#unitObject

Returns the value of attribute unit

Returns:

  • (Object)

    the current value of unit



12
13
14
# File 'lib/oddb2xml/parse_compositions.rb', line 12

def unit
  @unit
end