Class: FileWatch::BufferExtractResult
- Inherits:
-
Struct
- Object
- Struct
- FileWatch::BufferExtractResult
- Defined in:
- lib/filewatch/bootstrap.rb
Instance Attribute Summary collapse
-
#additional ⇒ Object
Returns the value of attribute additional.
-
#lines ⇒ Object
Returns the value of attribute lines.
-
#warning ⇒ Object
Returns the value of attribute warning.
Instance Attribute Details
#additional ⇒ Object
Returns the value of attribute additional
44 45 46 |
# File 'lib/filewatch/bootstrap.rb', line 44 def additional @additional end |
#lines ⇒ Object
Returns the value of attribute lines
44 45 46 |
# File 'lib/filewatch/bootstrap.rb', line 44 def lines @lines end |
#warning ⇒ Object
Returns the value of attribute warning
44 45 46 |
# File 'lib/filewatch/bootstrap.rb', line 44 def warning @warning end |