Class: Devformance::BulletLogParser::Warning

Inherits:
Data
  • Object
show all
Defined in:
lib/devformance/bullet_log_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#associationsObject (readonly)

Returns the value of attribute associations



3
4
5
# File 'lib/devformance/bullet_log_parser.rb', line 3

def associations
  @associations
end

#call_stackObject (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

#endpointObject (readonly)

Returns the value of attribute endpoint



3
4
5
# File 'lib/devformance/bullet_log_parser.rb', line 3

def endpoint
  @endpoint
end

#fix_suggestionObject (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_numberObject (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_classObject (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

#typeObject (readonly)

Returns the value of attribute type



3
4
5
# File 'lib/devformance/bullet_log_parser.rb', line 3

def type
  @type
end