Class: Bparity::Formal::Deductive::Translation

Inherits:
Struct
  • Object
show all
Defined in:
lib/bparity/formal/deductive.rb

Instance Attribute Summary collapse

Instance Attribute Details

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



22
23
24
# File 'lib/bparity/formal/deductive.rb', line 22

def method_name
  @method_name
end

#parametersObject

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



22
23
24
# File 'lib/bparity/formal/deductive.rb', line 22

def parameters
  @parameters
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



22
23
24
# File 'lib/bparity/formal/deductive.rb', line 22

def source
  @source
end

#termObject

Returns the value of attribute term

Returns:

  • (Object)

    the current value of term



22
23
24
# File 'lib/bparity/formal/deductive.rb', line 22

def term
  @term
end