Class: Telnyx::Resources::ExternalRequirements

Inherits:
Object
  • Object
show all
Defined in:
lib/telnyx/resources/external_requirements.rb,
lib/telnyx/resources/external_requirements/sub_number_orders.rb,
sig/telnyx/resources/external_requirements.rbs,
sig/telnyx/resources/external_requirements/sub_number_orders.rbs

Defined Under Namespace

Classes: SubNumberOrders

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(client:) ⇒ ExternalRequirements

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of ExternalRequirements.

Parameters:



13
14
15
16
# File 'lib/telnyx/resources/external_requirements.rb', line 13

def initialize(client:)
  @client = client
  @sub_number_orders = Telnyx::Resources::ExternalRequirements::SubNumberOrders.new(client: client)
end

Instance Attribute Details

#sub_number_ordersTelnyx::Resources::ExternalRequirements::SubNumberOrders (readonly)

Requirement Groups



8
9
10
# File 'lib/telnyx/resources/external_requirements.rb', line 8

def sub_number_orders
  @sub_number_orders
end