Method: Verizon::AccountService#initialize
- Defined in:
- lib/verizon/models/account_service.rb
#initialize(name = SKIP, description = SKIP, states = SKIP) ⇒ AccountService
Returns a new instance of AccountService.
47 48 49 50 51 52 53 |
# File 'lib/verizon/models/account_service.rb', line 47 def initialize(name = SKIP, description = SKIP, states = SKIP) @name = name unless name == SKIP @description = description unless description == SKIP @states = states unless states == SKIP end |