Class: FileWatch::BufferExtractResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/filewatch/bootstrap.rb

Instance Attribute Summary collapse

Instance Attribute Details

#additionalObject

Returns the value of attribute additional

Returns:

  • (Object)

    the current value of additional



56
57
58
# File 'lib/filewatch/bootstrap.rb', line 56

def additional
  @additional
end

#linesObject

Returns the value of attribute lines

Returns:

  • (Object)

    the current value of lines



56
57
58
# File 'lib/filewatch/bootstrap.rb', line 56

def lines
  @lines
end

#warningObject

Returns the value of attribute warning

Returns:

  • (Object)

    the current value of warning



56
57
58
# File 'lib/filewatch/bootstrap.rb', line 56

def warning
  @warning
end