Class: Muack::Definition

Inherits:
Struct
  • Object
show all
Defined in:
lib/muack/definition.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



3
4
5
# File 'lib/muack/definition.rb', line 3

def args
  @args
end

#msgObject

Returns the value of attribute msg

Returns:

  • (Object)

    the current value of msg



3
4
5
# File 'lib/muack/definition.rb', line 3

def msg
  @msg
end

#original_methodObject

Returns the value of attribute original_method

Returns:

  • (Object)

    the current value of original_method



3
4
5
# File 'lib/muack/definition.rb', line 3

def original_method
  @original_method
end

#peek_argsObject

Returns the value of attribute peek_args

Returns:

  • (Object)

    the current value of peek_args



3
4
5
# File 'lib/muack/definition.rb', line 3

def peek_args
  @peek_args
end

#peek_returnObject

Returns the value of attribute peek_return

Returns:

  • (Object)

    the current value of peek_return



3
4
5
# File 'lib/muack/definition.rb', line 3

def peek_return
  @peek_return
end

#returnsObject

Returns the value of attribute returns

Returns:

  • (Object)

    the current value of returns



3
4
5
# File 'lib/muack/definition.rb', line 3

def returns
  @returns
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



3
4
5
# File 'lib/muack/definition.rb', line 3

def target
  @target
end

#visibilityObject

Returns the value of attribute visibility

Returns:

  • (Object)

    the current value of visibility



3
4
5
# File 'lib/muack/definition.rb', line 3

def visibility
  @visibility
end