Class: Aliyun::Log::LogTail
- Inherits:
-
Common::AttrStruct
- Object
- Common::AttrStruct
- Aliyun::Log::LogTail
- Defined in:
- lib/aliyun/log/logtail.rb
Instance Method Summary collapse
-
#initialize(opts, protocol) ⇒ LogTail
constructor
A new instance of LogTail.
Methods inherited from Common::AttrStruct
Methods included from Common::AttrStruct::AttrHelper
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 |