Class: Ast::Merge::ProviderRichnessSignature

Inherits:
Struct
  • Object
show all
Defined in:
lib/ast/merge.rb

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



858
859
860
# File 'lib/ast/merge.rb', line 858

def kind
  @kind
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



858
859
860
# File 'lib/ast/merge.rb', line 858

def name
  @name
end

#parametersObject

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



858
859
860
# File 'lib/ast/merge.rb', line 858

def parameters
  @parameters
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



858
859
860
# File 'lib/ast/merge.rb', line 858

def result
  @result
end