Method: Verizon::ManagedAccountsProvisionRequest#initialize

Defined in:
lib/verizon/models/managed_accounts_provision_request.rb

#initialize(account_name = nil, paccount_name = nil, service_name = ServiceNameEnum::LOCATION, type = nil, txid = nil) ⇒ ManagedAccountsProvisionRequest

Returns a new instance of ManagedAccountsProvisionRequest.



53
54
55
56
57
58
59
60
61
62
63
# File 'lib/verizon/models/managed_accounts_provision_request.rb', line 53

def initialize( = nil,
               paccount_name = nil,
               service_name = ServiceNameEnum::LOCATION,
               type = nil,
               txid = nil)
  @account_name = 
  @paccount_name = paccount_name
  @service_name = service_name
  @type = type
  @txid = txid
end