Class: NewBackup::DataDog::DataDogger
- Inherits:
-
Struct
- Object
- Struct
- NewBackup::DataDog::DataDogger
- Defined in:
- lib/new_backup/datadog.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#client ⇒ Object
Returns the value of attribute client.
-
#environment ⇒ Object
Returns the value of attribute environment.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key
50 51 52 |
# File 'lib/new_backup/datadog.rb', line 50 def api_key @api_key end |
#client ⇒ Object
Returns the value of attribute client
50 51 52 |
# File 'lib/new_backup/datadog.rb', line 50 def client @client end |
#environment ⇒ Object
Returns the value of attribute environment
50 51 52 |
# File 'lib/new_backup/datadog.rb', line 50 def environment @environment end |