Class: BellaBaxter::SecretsVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- BellaBaxter::SecretsVersionResponse
- Defined in:
- lib/bella_baxter/models.rb
Overview
Response from GET …/secrets/version (lightweight version check)
Instance Attribute Summary collapse
-
#environment_slug ⇒ Object
Returns the value of attribute environment_slug.
-
#last_modified ⇒ Object
Returns the value of attribute last_modified.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#environment_slug ⇒ Object
Returns the value of attribute environment_slug
28 29 30 |
# File 'lib/bella_baxter/models.rb', line 28 def environment_slug @environment_slug end |
#last_modified ⇒ Object
Returns the value of attribute last_modified
28 29 30 |
# File 'lib/bella_baxter/models.rb', line 28 def last_modified @last_modified end |
#version ⇒ Object
Returns the value of attribute version
28 29 30 |
# File 'lib/bella_baxter/models.rb', line 28 def version @version end |