Class: BellaBaxter::AllSecretsResponse
- Inherits:
-
Struct
- Object
- Struct
- BellaBaxter::AllSecretsResponse
- Defined in:
- lib/bella_baxter/models.rb
Overview
Response from GET /api/v1/projects/:project/environments/:env/secrets
Instance Attribute Summary collapse
-
#environment_name ⇒ Object
Returns the value of attribute environment_name.
-
#environment_slug ⇒ Object
Returns the value of attribute environment_slug.
-
#last_modified ⇒ Object
Returns the value of attribute last_modified.
-
#secrets ⇒ Object
Returns the value of attribute secrets.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#environment_name ⇒ Object
Returns the value of attribute environment_name
18 19 20 |
# File 'lib/bella_baxter/models.rb', line 18 def environment_name @environment_name end |
#environment_slug ⇒ Object
Returns the value of attribute environment_slug
18 19 20 |
# File 'lib/bella_baxter/models.rb', line 18 def environment_slug @environment_slug end |
#last_modified ⇒ Object
Returns the value of attribute last_modified
18 19 20 |
# File 'lib/bella_baxter/models.rb', line 18 def last_modified @last_modified end |
#secrets ⇒ Object
Returns the value of attribute secrets
18 19 20 |
# File 'lib/bella_baxter/models.rb', line 18 def secrets @secrets end |
#version ⇒ Object
Returns the value of attribute version
18 19 20 |
# File 'lib/bella_baxter/models.rb', line 18 def version @version end |