Class: Pwss::Code

Inherits:
Entry
  • Object
show all
Defined in:
lib/pwss/generators/code.rb

Instance Attribute Summary

Attributes inherited from Entry

#entry, #fields

Instance Method Summary collapse

Methods inherited from Entry

#ask

Constructor Details

#initializeCode

Returns a new instance of Code.



5
6
7
8
9
10
11
# File 'lib/pwss/generators/code.rb', line 5

def initialize
  super
  @fields = [
    "title",
    "code",
  ]
end