Class: Aliyun::Log::LogTail

Inherits:
Common::AttrStruct show all
Defined in:
lib/aliyun/log/logtail.rb

Instance Method Summary collapse

Methods inherited from Common::AttrStruct

#to_s

Methods included from Common::AttrStruct::AttrHelper

#attrs

Constructor Details

#initialize(opts, protocol) ⇒ LogTail

Returns a new instance of LogTail.



7
8
9
10
# File 'lib/aliyun/log/logtail.rb', line 7

def initialize(opts, protocol)
  super(opts)
  @protocol = protocol
end