lib/ctm/account.rb in ctm-0.5.1 vs lib/ctm/account.rb in ctm-0.5.3
- old
+ new
@@ -21,9 +21,13 @@
def receiving_numbers(options={})
CTM::List.new('ReceivingNumber', options.merge(account_id: @id), @token)
end
+ def target_numbers(options={})
+ CTM::List.new('TargetNumber', options.merge(account_id: @id), @token)
+ end
+
def sources(options={})
CTM::List.new('Source', options.merge(account_id: @id), @token)
end
def users(options={})