Class: Pwss::BankAccount

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

Instance Attribute Summary

Attributes inherited from Entry

#entry, #fields

Instance Method Summary collapse

Methods inherited from Entry

#ask

Constructor Details

#initializeBankAccount

Returns a new instance of BankAccount.



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

def initialize
  super
  @fields = [
    "title",
    "name",
    "iban",
    "url",
    "username",
    "password",
    "description"
  ]
end