Class: Infield::DeprecationWarning::Task

Inherits:
Struct
  • Object
show all
Defined in:
lib/infield/deprecation_warning.rb

Instance Attribute Summary collapse

Instance Attribute Details

#callstackObject

Returns the value of attribute callstack

Returns:

  • (Object)

    the current value of callstack



7
8
9
# File 'lib/infield/deprecation_warning.rb', line 7

def callstack
  @callstack
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



7
8
9
# File 'lib/infield/deprecation_warning.rb', line 7

def message
  @message
end