Class: Twilio::REST::Insights::V2::ReportList::AccountReportKYT

Inherits:
Object
  • Object
show all
Defined in:
lib/twilio-ruby/rest/insights/v2/report.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(payload) ⇒ AccountReportKYT

Returns a new instance of AccountReportKYT.



110
111
112
# File 'lib/twilio-ruby/rest/insights/v2/report.rb', line 110

def initialize(payload)
        @outbound_carrier_calling = payload["outbound_carrier_calling"]
end

Instance Attribute Details

#outbound_carrier_callingObject

Parameters:



109
110
111
# File 'lib/twilio-ruby/rest/insights/v2/report.rb', line 109

def outbound_carrier_calling
  @outbound_carrier_calling
end

Instance Method Details

#to_json(options = {}) ⇒ Object



113
114
115
116
117
# File 'lib/twilio-ruby/rest/insights/v2/report.rb', line 113

def to_json(options = {})
{
        "outbound_carrier_calling": @outbound_carrier_calling,
}.to_json(options)
end