Class: Infield::DeprecationWarning::Task
- Inherits:
-
Struct
- Object
- Struct
- Infield::DeprecationWarning::Task
- Defined in:
- lib/infield/deprecation_warning.rb
Instance Attribute Summary collapse
-
#callstack ⇒ Object
Returns the value of attribute callstack.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Attribute Details
#callstack ⇒ Object
Returns the value of attribute callstack
7 8 9 |
# File 'lib/infield/deprecation_warning.rb', line 7 def callstack @callstack end |
#message ⇒ Object
Returns the value of attribute message
7 8 9 |
# File 'lib/infield/deprecation_warning.rb', line 7 def @message end |