Class: Pwss::Sim

Inherits:
Entry show all
Defined in:
lib/pwss/generators/sim.rb

Instance Attribute Summary

Attributes inherited from Entry

#entry, #fields

Instance Method Summary collapse

Methods inherited from Entry

#ask

Constructor Details

#initializeSim

Returns a new instance of Sim.



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

def initialize
  super
  @fields = [
    "title",
    "phone",
    "pin",
    "puk"
  ]
end