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



836
837
838
# File 'lib/ast/merge.rb', line 836

def kind
  @kind
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



836
837
838
# File 'lib/ast/merge.rb', line 836

def name
  @name
end

#parametersObject

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



836
837
838
# File 'lib/ast/merge.rb', line 836

def parameters
  @parameters
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



836
837
838
# File 'lib/ast/merge.rb', line 836

def result
  @result
end