Class: BellaBaxter::SecretsVersionResponse

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

Overview

Response from GET …/secrets/version (lightweight version check)

Instance Attribute Summary collapse

Instance Attribute Details

#environment_slugObject

Returns the value of attribute environment_slug

Returns:

  • (Object)

    the current value of environment_slug



28
29
30
# File 'lib/bella_baxter/models.rb', line 28

def environment_slug
  @environment_slug
end

#last_modifiedObject

Returns the value of attribute last_modified

Returns:

  • (Object)

    the current value of last_modified



28
29
30
# File 'lib/bella_baxter/models.rb', line 28

def last_modified
  @last_modified
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



28
29
30
# File 'lib/bella_baxter/models.rb', line 28

def version
  @version
end