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



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

def additional
  @additional
end

#linesObject

Returns the value of attribute lines



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

def lines
  @lines
end

#warningObject

Returns the value of attribute warning



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

def warning
  @warning
end