module Aliyun::Log::Common::AttrStruct::AttrHelper

Public Instance Methods

attrs(*name) click to toggle source
# File lib/aliyun/log/common/attr_struct.rb, line 8
def attrs(*name)
  define_method(:attrs) { name }
  attr_reader(*name)
end