Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lobbyist-ruby / lib / lobbyist / twilio_setting.rb
Size: Mime:
module Lobbyist
  class TwilioSetting < Lobbyist::Base

    attr_accessor :id, :company_id, :phone, :phone_sid, :message_service_sid, :customer_profile_sid, :cpbi_sid,
                  :authorized_representative_sid, :address_sid, :supporting_document_sid, :trust_products_sid, :mpi_sid,
                  :brand_sid, :campaign_sid, :response, :created_at, :updated_at
  end
end