Class: SauceWhisk::SubAccount
- Defined in:
- lib/sauce_whisk/accounts.rb
Instance Attribute Summary collapse
-
#parent ⇒ Object
readonly
Returns the value of attribute parent.
Attributes inherited from Account
#access_key, #mac_concurrency, #mac_manual_minutes, #mac_minutes, #manual_minutes, #minutes, #total_concurrency, #username
Instance Method Summary collapse
-
#initialize(parent, options) ⇒ SubAccount
constructor
A new instance of SubAccount.
Methods inherited from Account
Constructor Details
#initialize(parent, options) ⇒ SubAccount
Returns a new instance of SubAccount.
76 77 78 79 |
# File 'lib/sauce_whisk/accounts.rb', line 76 def initialize(parent, ) @parent = parent super() end |
Instance Attribute Details
#parent ⇒ Object (readonly)
Returns the value of attribute parent.
74 75 76 |
# File 'lib/sauce_whisk/accounts.rb', line 74 def parent @parent end |