mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #3447 from bzwei/resource_options
Pass options when get resources from a stack
This commit is contained in:
commit
d023ee520b
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ module Fog
|
|||
@details ||= service.stacks.get(self.stack_name, self.id)
|
||||
end
|
||||
|
||||
def resources
|
||||
@resources ||= service.resources.all(self)
|
||||
def resources(options={})
|
||||
@resources ||= service.resources.all(self, options)
|
||||
end
|
||||
|
||||
def events(options={})
|
||||
|
|
Loading…
Reference in a new issue