Class: NewBackup::DataDog::DataDogger

Inherits:
Struct
  • Object
show all
Defined in:
lib/new_backup/datadog.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key

Returns:

  • (Object)

    the current value of api_key



50
51
52
# File 'lib/new_backup/datadog.rb', line 50

def api_key
  @api_key
end

#clientObject

Returns the value of attribute client

Returns:

  • (Object)

    the current value of client



50
51
52
# File 'lib/new_backup/datadog.rb', line 50

def client
  @client
end

#environmentObject

Returns the value of attribute environment

Returns:

  • (Object)

    the current value of environment



50
51
52
# File 'lib/new_backup/datadog.rb', line 50

def environment
  @environment
end