christopherstyles/ngp_van

View on GitHub
lib/ngp_van/client/phones.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module NgpVan
  class Client
    module Phones
      def is_cell_statuses
        get(path: 'phones/isCellStatuses')
      end
    end
  end
end