Sha256: 2942b2d9b4da2fcf5419d3fb5f77bee5ce920ba9df39256a50dbad80a2e12253
Contents?: true
Size: 187 Bytes
Versions: 6
Compression:
Stored size: 187 Bytes
Contents
module Twilio class TwilioObject #:nodoc: all include HTTParty attr_reader :connection def initialize(connection) @connection = connection end end end
Version data entries
6 entries across 6 versions & 2 rubygems