Sha256: 4fce95c754c1687bdca2e1f845933e13f2441ac46cd17f0ea374fb49eab1547c

Contents?: true

Size: 250 Bytes

Versions: 15

Compression:

Stored size: 250 Bytes

Contents

module Vzaar
  module Resource
    class VideoStatus < Base
      root_node "//vzaar-api/video"

      attribute :state
      attribute :type
      attribute :error
      attribute :status_id, field: :video_status_id, type: Integer
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
vzaar-1.6.2 lib/vzaar/resources/video_status.rb
vzaar-1.6.1 lib/vzaar/resources/video_status.rb
vzaar-1.6.0 lib/vzaar/resources/video_status.rb
vzaar-1.5.3 lib/vzaar/resources/video_status.rb
vzaar-1.5.2 lib/vzaar/resources/video_status.rb
vzaar-1.5.1 lib/vzaar/resources/video_status.rb
vzaar-1.5.0 lib/vzaar/resources/video_status.rb
vzaar-1.4.4 lib/vzaar/resources/video_status.rb
vzaar-1.4.1 lib/vzaar/resources/video_status.rb
vzaar-1.3.1 lib/vzaar/resources/video_status.rb
vzaar-1.3.0 lib/vzaar/resources/video_status.rb
vzaar-1.2.4 lib/vzaar/resources/video_status.rb
vzaar-1.2.3 lib/vzaar/resources/video_status.rb
vzaar-1.2.2 lib/vzaar/resources/video_status.rb
vzaar-1.0.0 lib/vzaar/resources/video_status.rb