class ECSHelper
Constants
- VERSION
Attributes
client[RW]
cluster_helper[RW]
command[RW]
common_helper[RW]
options[RW]
parser[RW]
service_helper[RW]
Public Class Methods
new()
click to toggle source
# File lib/ecs_helper.rb, line 22 def initialize @client = Client.new @common_helper = CommonHelper.new(self) @cluster_helper = ClusterHelper.new(self) @service_helper = ServiceHelper.new(self) @command = Command.new(self) end