Sha256: ed270a31ba7585bb3b5ab81c1540b55cd0821050a21b55ea644c7ec74ea5c476

Contents?: true

Size: 483 Bytes

Versions: 12

Compression:

Stored size: 483 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

    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

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