Sha256: 87db3e7efc0c4f6f6d65d9c7777a1c3030a6aaeb4ad1f70677bf7d16cc6593c6

Contents?: true

Size: 544 Bytes

Versions: 3

Compression:

Stored size: 544 Bytes

Contents

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

      attribute :https, type: Boolean
      attribute :signature
      attribute :expiration_date, field: :expirationdate
      attribute :acl
      attribute :success_action_redirect
      attribute :profile
      attribute :access_key_id, field: :accesskeyid
      attribute :policy
      attribute :title
      attribute :guid
      attribute :key
      attribute :bucket
      attribute :upload_hostname
      attribute :chunk_size

    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vzaar-1.6.2 lib/vzaar/resources/signature.rb
vzaar-1.6.1 lib/vzaar/resources/signature.rb
vzaar-1.6.0 lib/vzaar/resources/signature.rb