Class: Aio::Module::Description::Temp
- Inherits:
-
Aio::Module::Description
- Object
- Aio::Module::Description
- Aio::Module::Description::Temp
- Includes:
- Aio::Module
- Defined in:
- lib/modules/description/style/template.rb
Instance Attribute Summary
Attributes inherited from Aio::Module::Description
Instance Method Summary collapse
-
#initialize ⇒ Temp
constructor
A new instance of Temp.
- #to_s ⇒ Object
Methods inherited from Aio::Module::Description
#author, #case, #clear, #description, #license, #name, #parent?, #set_defaults, #temp, #title, #type
Constructor Details
#initialize ⇒ Temp
Returns a new instance of Temp.
8 9 10 11 12 13 14 15 16 |
# File 'lib/modules/description/style/template.rb', line 8 def initialize super({ :author => "Elin", :case => :tmp, :name => "Temp", :title => "Temp", :description => "Temp" }) end |
Instance Method Details
#to_s ⇒ Object
18 19 20 |
# File 'lib/modules/description/style/template.rb', line 18 def to_s "" end |