Class: BellaBaxter::AllSecretsResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/bella_baxter/models.rb

Overview

Response from GET /api/v1/projects/:project/environments/:env/secrets

Instance Attribute Summary collapse

Instance Attribute Details

#environment_nameObject

Returns the value of attribute environment_name

Returns:

  • (Object)

    the current value of environment_name



18
19
20
# File 'lib/bella_baxter/models.rb', line 18

def environment_name
  @environment_name
end

#environment_slugObject

Returns the value of attribute environment_slug

Returns:

  • (Object)

    the current value of environment_slug



18
19
20
# File 'lib/bella_baxter/models.rb', line 18

def environment_slug
  @environment_slug
end

#last_modifiedObject

Returns the value of attribute last_modified

Returns:

  • (Object)

    the current value of last_modified



18
19
20
# File 'lib/bella_baxter/models.rb', line 18

def last_modified
  @last_modified
end

#secretsObject

Returns the value of attribute secrets

Returns:

  • (Object)

    the current value of secrets



18
19
20
# File 'lib/bella_baxter/models.rb', line 18

def secrets
  @secrets
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



18
19
20
# File 'lib/bella_baxter/models.rb', line 18

def version
  @version
end