class FluentPluginGenerator::NoLicense
Attributes
full_name[R]
name[R]
text[R]
Public Class Methods
new()
click to toggle source
# File lib/fluent/command/plugin_generator.rb, line 304 def initialize @name = "" @full_name = "" @text = "" end
Public Instance Methods
preamble(usename)
click to toggle source
# File lib/fluent/command/plugin_generator.rb, line 310 def preamble(usename) "" end