module AliyunSDK::Common::Struct::Base::AttrHelper

Public Instance Methods

attrs(*s) click to toggle source
# File lib/aliyun_sdk/common/struct.rb, line 25
def attrs(*s)
  define_method(:attrs) {s}
  attr_reader(*s)
end