Method: Aliyun::OSS::FindResponseClass#find
- Defined in:
- lib/aliyun/oss/response.rb
#find ⇒ Object
146 147 148 149 |
# File 'lib/aliyun/oss/response.rb', line 146 def find self.current_class = current_class.superclass until response_class_found? target.const_get(class_to_find) end |