lib/simnos/client_wrapper.rb in simnos-0.1.0.beta1 vs lib/simnos/client_wrapper.rb in simnos-0.1.0.beta2
- old
+ new
@@ -38,9 +38,13 @@
next_token = resp.next_token
end while next_token
results
end
+ def region
+ @client.config.region
+ end
+
private
def topic_name(topic)
topic.topic_arn.split(':').last
end