Method: Verizon::GetWirelessCoverageRequest#initialize
- Defined in:
- lib/verizon/models/get_wireless_coverage_request.rb
#initialize(account_name = nil, request_type = nil, location_type = nil, locations = nil, network_types_list = nil) ⇒ GetWirelessCoverageRequest
Returns a new instance of GetWirelessCoverageRequest.
53 54 55 56 57 58 59 60 61 62 63 |
# File 'lib/verizon/models/get_wireless_coverage_request.rb', line 53 def initialize(account_name = nil, request_type = nil, location_type = nil, locations = nil, network_types_list = nil) @account_name = account_name @request_type = request_type @location_type = location_type @locations = locations @network_types_list = network_types_list end |