Class: OneshotGenerator::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/generators/oneshot/oneshot_generator/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration



5
6
7
# File 'lib/generators/oneshot/oneshot_generator/configuration.rb', line 5

def initialize
  @body = nil
end

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



3
4
5
# File 'lib/generators/oneshot/oneshot_generator/configuration.rb', line 3

def body
  @body
end