class Pwss::Sim
Public Class Methods
new()
click to toggle source
Calls superclass method
Pwss::Entry::new
# File lib/pwss/generators/sim.rb, line 5 def initialize super @fields = [ "title", "phone", "pin", "puk" ] end