Class: Bparity::Formal::Deductive::Translation
- Inherits:
-
Struct
- Object
- Struct
- Bparity::Formal::Deductive::Translation
- Defined in:
- lib/bparity/formal/deductive.rb
Instance Attribute Summary collapse
-
#method_name ⇒ Object
Returns the value of attribute method_name.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
-
#source ⇒ Object
Returns the value of attribute source.
-
#term ⇒ Object
Returns the value of attribute term.
Instance Attribute Details
#method_name ⇒ Object
Returns the value of attribute method_name
22 23 24 |
# File 'lib/bparity/formal/deductive.rb', line 22 def method_name @method_name end |
#parameters ⇒ Object
Returns the value of attribute parameters
22 23 24 |
# File 'lib/bparity/formal/deductive.rb', line 22 def parameters @parameters end |
#source ⇒ Object
Returns the value of attribute source
22 23 24 |
# File 'lib/bparity/formal/deductive.rb', line 22 def source @source end |
#term ⇒ Object
Returns the value of attribute term
22 23 24 |
# File 'lib/bparity/formal/deductive.rb', line 22 def term @term end |