Class: Mxrb::Compiler::CompatibilityFinding
- Inherits:
-
Data
- Object
- Data
- Mxrb::Compiler::CompatibilityFinding
- Defined in:
- lib/mxrb/compiler/compatibility_analyzer.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
readonly
Returns the value of attribute category.
-
#count ⇒ Object
readonly
Returns the value of attribute count.
-
#location ⇒ Object
readonly
Returns the value of attribute location.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#severity ⇒ Object
readonly
Returns the value of attribute severity.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Method Summary collapse
Instance Attribute Details
#category ⇒ Object (readonly)
Returns the value of attribute category
5 6 7 |
# File 'lib/mxrb/compiler/compatibility_analyzer.rb', line 5 def category @category end |
#count ⇒ Object (readonly)
Returns the value of attribute count
5 6 7 |
# File 'lib/mxrb/compiler/compatibility_analyzer.rb', line 5 def count @count end |
#location ⇒ Object (readonly)
Returns the value of attribute location
5 6 7 |
# File 'lib/mxrb/compiler/compatibility_analyzer.rb', line 5 def location @location end |
#message ⇒ Object (readonly)
Returns the value of attribute message
5 6 7 |
# File 'lib/mxrb/compiler/compatibility_analyzer.rb', line 5 def @message end |
#severity ⇒ Object (readonly)
Returns the value of attribute severity
5 6 7 |
# File 'lib/mxrb/compiler/compatibility_analyzer.rb', line 5 def severity @severity end |
#type ⇒ Object (readonly)
Returns the value of attribute type
5 6 7 |
# File 'lib/mxrb/compiler/compatibility_analyzer.rb', line 5 def type @type end |
Instance Method Details
#to_h ⇒ Object
6 |
# File 'lib/mxrb/compiler/compatibility_analyzer.rb', line 6 def to_h = { severity:, category:, type:, location:, message:, count: } |