Class: Ecoportal::API::GraphQL::Query::FileUploadSignature::SignatureResponse
- Inherits:
-
Struct
- Object
- Struct
- Ecoportal::API::GraphQL::Query::FileUploadSignature::SignatureResponse
- Defined in:
- lib/ecoportal/api/graphql/query/file_upload_signature.rb
Instance Attribute Summary collapse
-
#access_key ⇒ Object
Returns the value of attribute access_key.
-
#embedded_upload_policy ⇒ Object
Returns the value of attribute embedded_upload_policy.
-
#embedded_upload_signature ⇒ Object
Returns the value of attribute embedded_upload_signature.
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
-
#policy ⇒ Object
Returns the value of attribute policy.
-
#public_endpoint ⇒ Object
Returns the value of attribute public_endpoint.
-
#signature ⇒ Object
Returns the value of attribute signature.
-
#upload_prefix ⇒ Object
Returns the value of attribute upload_prefix.
Instance Method Summary collapse
Instance Attribute Details
#access_key ⇒ Object
Returns the value of attribute access_key
23 24 25 |
# File 'lib/ecoportal/api/graphql/query/file_upload_signature.rb', line 23 def access_key @access_key end |
#embedded_upload_policy ⇒ Object
Returns the value of attribute embedded_upload_policy
23 24 25 |
# File 'lib/ecoportal/api/graphql/query/file_upload_signature.rb', line 23 def @embedded_upload_policy end |
#embedded_upload_signature ⇒ Object
Returns the value of attribute embedded_upload_signature
23 24 25 |
# File 'lib/ecoportal/api/graphql/query/file_upload_signature.rb', line 23 def @embedded_upload_signature end |
#endpoint ⇒ Object
Returns the value of attribute endpoint
23 24 25 |
# File 'lib/ecoportal/api/graphql/query/file_upload_signature.rb', line 23 def endpoint @endpoint end |
#policy ⇒ Object
Returns the value of attribute policy
23 24 25 |
# File 'lib/ecoportal/api/graphql/query/file_upload_signature.rb', line 23 def policy @policy end |
#public_endpoint ⇒ Object
Returns the value of attribute public_endpoint
23 24 25 |
# File 'lib/ecoportal/api/graphql/query/file_upload_signature.rb', line 23 def public_endpoint @public_endpoint end |
#signature ⇒ Object
Returns the value of attribute signature
23 24 25 |
# File 'lib/ecoportal/api/graphql/query/file_upload_signature.rb', line 23 def signature @signature end |
#upload_prefix ⇒ Object
Returns the value of attribute upload_prefix
23 24 25 |
# File 'lib/ecoportal/api/graphql/query/file_upload_signature.rb', line 23 def upload_prefix @upload_prefix end |
Instance Method Details
#to_h ⇒ Object
28 29 30 |
# File 'lib/ecoportal/api/graphql/query/file_upload_signature.rb', line 28 def to_h members.to_h { |k| [k, self[k]] } end |