Sha256: f58ca3f1f332a98e266ba6e2d9bd25d949e6b22a73928e20a29eecdd5b8af8d1

Contents?: true

Size: 173 Bytes

Versions: 2

Compression:

Stored size: 173 Bytes

Contents

module Twilio
  class TwilioObject
    include HTTParty
    
    attr_reader :connection
    
    def initialize(connection)
      @connection = connection
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
webficient-twilio-1.0.0 lib/twilio/twilio_object.rb
webficient-twilio-1.2.0 lib/twilio/twilio_object.rb