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.
241 242 243 244 245 |
# File 'lib/fluent/command/plugin_generator.rb', line 241 def initialize @name = "" @full_name = "" @text = "" end |
Instance Attribute Details
#full_name ⇒ Object (readonly)
Returns the value of attribute full_name.
239 240 241 |
# File 'lib/fluent/command/plugin_generator.rb', line 239 def full_name @full_name end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
239 240 241 |
# File 'lib/fluent/command/plugin_generator.rb', line 239 def name @name end |
#text ⇒ Object (readonly)
Returns the value of attribute text.
239 240 241 |
# File 'lib/fluent/command/plugin_generator.rb', line 239 def text @text end |
Instance Method Details
#preamble(usename) ⇒ Object
247 248 249 |
# File 'lib/fluent/command/plugin_generator.rb', line 247 def preamble(usename) "" end |