Class: Chef::Handler::Sns::Config::Ohai
- Inherits:
-
Object
- Object
- Chef::Handler::Sns::Config::Ohai
- Defined in:
- lib/chef/handler/sns/config/ohai.rb
Instance Method Summary collapse
- #access_key ⇒ Object
-
#initialize(node) ⇒ Ohai
constructor
A new instance of Ohai.
- #region ⇒ Object
- #secret_key ⇒ Object
- #token ⇒ Object
Constructor Details
#initialize(node) ⇒ Ohai
25 26 27 |
# File 'lib/chef/handler/sns/config/ohai.rb', line 25 def initialize(node) read_config(node) end |
Instance Method Details
#access_key ⇒ Object
33 34 35 |
# File 'lib/chef/handler/sns/config/ohai.rb', line 33 def access_key @access_key end |
#region ⇒ Object
29 30 31 |
# File 'lib/chef/handler/sns/config/ohai.rb', line 29 def region @region end |
#secret_key ⇒ Object
37 38 39 |
# File 'lib/chef/handler/sns/config/ohai.rb', line 37 def secret_key @secret_key end |
#token ⇒ Object
41 42 43 |
# File 'lib/chef/handler/sns/config/ohai.rb', line 41 def token @token end |