class Pwss::SoftwareLicense

Public Class Methods

new() click to toggle source
Calls superclass method Pwss::Entry::new
# 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