class Seahorse::Client::Configuration::DefaultResolver
def method_missing(method_name, *args)
def method_missing(method_name, *args) if @members.include?(method_name) value_at(method_name) else super end end
def method_missing(method_name, *args) if @members.include?(method_name) value_at(method_name) else super end end