Class: AsciiChem::Model::Reaction::Conditions
- Inherits:
-
Struct
- Object
- Struct
- AsciiChem::Model::Reaction::Conditions
- Defined in:
- lib/asciichem/model/reaction.rb
Instance Attribute Summary collapse
-
#above ⇒ Object
Returns the value of attribute above.
-
#below ⇒ Object
Returns the value of attribute below.
Instance Attribute Details
#above ⇒ Object
Returns the value of attribute above
8 9 10 |
# File 'lib/asciichem/model/reaction.rb', line 8 def above @above end |
#below ⇒ Object
Returns the value of attribute below
8 9 10 |
# File 'lib/asciichem/model/reaction.rb', line 8 def below @below end |