Sha256: ac71ea94038f544db30dc47e729f44505d82bb7f63eba4edf746d78f8f302910

Contents?: true

Size: 162 Bytes

Versions: 1

Compression:

Stored size: 162 Bytes

Contents

module CTM
  class Call < Base
    attr_reader :id

    def initialize(data, token=nil)
      super(data, token)
      @id        = data['id']
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ctm-0.0.1 lib/ctm/call.rb