Class: FluentPluginGenerator::NoLicense
- Inherits:
-
Object
- Object
- FluentPluginGenerator::NoLicense
- Defined in:
- lib/fluent/command/plugin_generator.rb
Instance Attribute Summary collapse
-
#full_name ⇒ Object
readonly
Returns the value of attribute full_name.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Instance Method Summary collapse
-
#initialize ⇒ NoLicense
constructor
A new instance of NoLicense.
- #preamble(usename) ⇒ Object
Constructor Details
#initialize ⇒ NoLicense
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_name ⇒ Object (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 |
#name ⇒ Object (readonly)
Returns the value of attribute name.
302 303 304 |
# File 'lib/fluent/command/plugin_generator.rb', line 302 def name @name end |
#text ⇒ Object (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 |