class Logsly::Outputs::FileData
Public Instance Methods
path(value = nil)
click to toggle source
# File lib/logsly/outputs.rb, line 115 def path(value = nil) @path = value if !value.nil? @path end
# File lib/logsly/outputs.rb, line 115 def path(value = nil) @path = value if !value.nil? @path end