Class: Backup::Configuration::Notifier::Presently
- Defined in:
- lib/backup/configuration/notifier/presently.rb
Class Attribute Summary collapse
-
.group_id ⇒ Object
Group id.
-
.password ⇒ Object
Presently credentials.
-
.subdomain ⇒ Object
Presently subdomain.
-
.user_name ⇒ Object
Presently credentials.
Method Summary
Methods inherited from Base
Methods included from Helpers
#clear_defaults!, #load_defaults!
Class Attribute Details
.group_id ⇒ Object
Group id
19 20 21 |
# File 'lib/backup/configuration/notifier/presently.rb', line 19 def group_id @group_id end |
.password ⇒ Object
Presently credentials
15 16 17 |
# File 'lib/backup/configuration/notifier/presently.rb', line 15 def password @password end |
.subdomain ⇒ Object
Presently subdomain
11 12 13 |
# File 'lib/backup/configuration/notifier/presently.rb', line 11 def subdomain @subdomain end |
.user_name ⇒ Object
Presently credentials
15 16 17 |
# File 'lib/backup/configuration/notifier/presently.rb', line 15 def user_name @user_name end |