Class: Defile::Backend::S3::Signature
- Inherits:
-
Struct
- Object
- Struct
- Defile::Backend::S3::Signature
- Defined in:
- lib/defile/backend/s3.rb
Instance Attribute Summary collapse
-
#as ⇒ Object
Returns the value of attribute as.
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#id ⇒ Object
Returns the value of attribute id.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#as ⇒ Object
Returns the value of attribute as
55 56 57 |
# File 'lib/defile/backend/s3.rb', line 55 def as @as end |
#fields ⇒ Object
Returns the value of attribute fields
55 56 57 |
# File 'lib/defile/backend/s3.rb', line 55 def fields @fields end |
#id ⇒ Object
Returns the value of attribute id
55 56 57 |
# File 'lib/defile/backend/s3.rb', line 55 def id @id end |
#url ⇒ Object
Returns the value of attribute url
55 56 57 |
# File 'lib/defile/backend/s3.rb', line 55 def url @url end |