Class: Devformance::BulletLogParser::Warning
- Inherits:
-
Data
- Object
- Data
- Devformance::BulletLogParser::Warning
- Defined in:
- lib/devformance/bullet_log_parser.rb
Instance Attribute Summary collapse
-
#associations ⇒ Object
readonly
Returns the value of attribute associations.
-
#call_stack ⇒ Object
readonly
Returns the value of attribute call_stack.
-
#endpoint ⇒ Object
readonly
Returns the value of attribute endpoint.
-
#fix_suggestion ⇒ Object
readonly
Returns the value of attribute fix_suggestion.
-
#line_number ⇒ Object
readonly
Returns the value of attribute line_number.
-
#model_class ⇒ Object
readonly
Returns the value of attribute model_class.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#associations ⇒ Object (readonly)
Returns the value of attribute associations
3 4 5 |
# File 'lib/devformance/bullet_log_parser.rb', line 3 def associations @associations end |
#call_stack ⇒ Object (readonly)
Returns the value of attribute call_stack
3 4 5 |
# File 'lib/devformance/bullet_log_parser.rb', line 3 def call_stack @call_stack end |
#endpoint ⇒ Object (readonly)
Returns the value of attribute endpoint
3 4 5 |
# File 'lib/devformance/bullet_log_parser.rb', line 3 def endpoint @endpoint end |
#fix_suggestion ⇒ Object (readonly)
Returns the value of attribute fix_suggestion
3 4 5 |
# File 'lib/devformance/bullet_log_parser.rb', line 3 def fix_suggestion @fix_suggestion end |
#line_number ⇒ Object (readonly)
Returns the value of attribute line_number
3 4 5 |
# File 'lib/devformance/bullet_log_parser.rb', line 3 def line_number @line_number end |
#model_class ⇒ Object (readonly)
Returns the value of attribute model_class
3 4 5 |
# File 'lib/devformance/bullet_log_parser.rb', line 3 def model_class @model_class end |
#type ⇒ Object (readonly)
Returns the value of attribute type
3 4 5 |
# File 'lib/devformance/bullet_log_parser.rb', line 3 def type @type end |