Class: FluentPluginGenerator::NoLicense

Inherits:
Object
  • Object
show all
Defined in:
lib/fluent/command/plugin_generator.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeNoLicense

Returns a new instance of NoLicense.



304
305
306
307
308
# File 'lib/fluent/command/plugin_generator.rb', line 304

def initialize
  @name = ""
  @full_name = ""
  @text = ""
end

Instance Attribute Details

#full_nameObject (readonly)

Returns the value of attribute full_name.



302
303
304
# File 'lib/fluent/command/plugin_generator.rb', line 302

def full_name
  @full_name
end

#nameObject (readonly)

Returns the value of attribute name.



302
303
304
# File 'lib/fluent/command/plugin_generator.rb', line 302

def name
  @name
end

#textObject (readonly)

Returns the value of attribute text.



302
303
304
# File 'lib/fluent/command/plugin_generator.rb', line 302

def text
  @text
end

Instance Method Details

#preamble(usename) ⇒ Object



310
311
312
# File 'lib/fluent/command/plugin_generator.rb', line 310

def preamble(usename)
  ""
end