Class: Panache::Violation
- Inherits:
-
Struct
- Object
- Struct
- Panache::Violation
- Defined in:
- lib/panache.rb
Instance Attribute Summary collapse
-
#line ⇒ Object
Returns the value of attribute line.
-
#line_number ⇒ Object
Returns the value of attribute line_number.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#rule ⇒ Object
Returns the value of attribute rule.
-
#style ⇒ Object
Returns the value of attribute style.
Instance Attribute Details
#line ⇒ Object
Returns the value of attribute line
9 10 11 |
# File 'lib/panache.rb', line 9 def line @line end |
#line_number ⇒ Object
Returns the value of attribute line_number
9 10 11 |
# File 'lib/panache.rb', line 9 def line_number @line_number end |
#offset ⇒ Object
Returns the value of attribute offset
9 10 11 |
# File 'lib/panache.rb', line 9 def offset @offset end |
#rule ⇒ Object
Returns the value of attribute rule
9 10 11 |
# File 'lib/panache.rb', line 9 def rule @rule end |
#style ⇒ Object
Returns the value of attribute style
9 10 11 |
# File 'lib/panache.rb', line 9 def style @style end |