Class: Pwss::SoftwareLicense

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

Instance Attribute Summary

Attributes inherited from Entry

#entry, #fields

Instance Method Summary collapse

Methods inherited from Entry

#ask

Constructor Details

#initializeSoftwareLicense

Returns a new instance of SoftwareLicense.



5
6
7
8
9
10
11
12
13
14
15
16
17
# File 'lib/pwss/generators/software_license.rb', line 5

def initialize
  super
  @fields = [
    "title",
    "version",
    "licensed_to",
    "license_number",
    "email",
    "purchased_on",
    "url",
    "description"
  ]
end