Class: SfnJob::Configuration
- Inherits:
-
Object
- Object
- SfnJob::Configuration
- Defined in:
- lib/sfn_job/configuration.rb
Instance Attribute Summary collapse
-
#account_id ⇒ Object
Returns the value of attribute account_id.
-
#region ⇒ Object
Returns the value of attribute region.
-
#stub_sfn_client ⇒ Object
Returns the value of attribute stub_sfn_client.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
7 8 9 |
# File 'lib/sfn_job/configuration.rb', line 7 def initialize @stub_sfn_client = false end |
Instance Attribute Details
#account_id ⇒ Object
Returns the value of attribute account_id.
5 6 7 |
# File 'lib/sfn_job/configuration.rb', line 5 def account_id @account_id end |
#region ⇒ Object
Returns the value of attribute region.
5 6 7 |
# File 'lib/sfn_job/configuration.rb', line 5 def region @region end |
#stub_sfn_client ⇒ Object
Returns the value of attribute stub_sfn_client.
5 6 7 |
# File 'lib/sfn_job/configuration.rb', line 5 def stub_sfn_client @stub_sfn_client end |