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



44
45
46
# File 'lib/filewatch/bootstrap.rb', line 44

def additional
  @additional
end

#linesObject

Returns the value of attribute lines

Returns:

  • (Object)

    the current value of lines



44
45
46
# File 'lib/filewatch/bootstrap.rb', line 44

def lines
  @lines
end

#warningObject

Returns the value of attribute warning

Returns:

  • (Object)

    the current value of warning



44
45
46
# File 'lib/filewatch/bootstrap.rb', line 44

def warning
  @warning
end