Class: Pubilion::CLI::Topic
- Inherits:
-
Thor
- Object
- Thor
- Pubilion::CLI::Topic
- Defined in:
- lib/pubilion/cli/topic.rb
Instance Method Summary collapse
Instance Method Details
#create(topic_name) ⇒ Object
9 10 11 12 |
# File 'lib/pubilion/cli/topic.rb', line 9 def create(topic_name) topic = client.create_topic(topic_name) puts "Topic #{topic.name} created." end |