Class: Defile::Backend::S3::Signature

Inherits:
Struct
  • Object
show all
Defined in:
lib/defile/backend/s3.rb

Instance Attribute Summary collapse

Instance Attribute Details

#asObject

Returns the value of attribute as

Returns:

  • (Object)

    the current value of as



55
56
57
# File 'lib/defile/backend/s3.rb', line 55

def as
  @as
end

#fieldsObject

Returns the value of attribute fields

Returns:

  • (Object)

    the current value of fields



55
56
57
# File 'lib/defile/backend/s3.rb', line 55

def fields
  @fields
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



55
56
57
# File 'lib/defile/backend/s3.rb', line 55

def id
  @id
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



55
56
57
# File 'lib/defile/backend/s3.rb', line 55

def url
  @url
end