Module: Aliyun::Log::Common::AttrStruct::AttrHelper
- Included in:
- Aliyun::Log::Common::AttrStruct
- Defined in:
- lib/aliyun/log/common/attr_struct.rb
Instance Method Summary collapse
Instance Method Details
#attrs(*name) ⇒ Object
8 9 10 11 |
# File 'lib/aliyun/log/common/attr_struct.rb', line 8 def attrs(*name) define_method(:attrs) { name } attr_reader(*name) end |