Method: Awspec::Type::SnsTopic#method_missing

Defined in:
lib/awspec/type/sns_topic.rb

#method_missing(method_name) ⇒ Object



39
40
41
42
43
# File 'lib/awspec/type/sns_topic.rb', line 39

def method_missing(method_name)
  check_existence
  # delegates the method invocation to Awspec::Helper::Finder::SnsTopic::SnsTopic class
  @resource_via_client.send method_name
end