Object
# File lib/github_api/ext/faraday.rb, line 6 def params_encoder(encoder = nil) if encoder @encoder = encoder else @encoder end end
# File lib/github_api/ext/faraday.rb, line 14 def to_query(encoder = nil) Utils.build_nested_query(self, nil, params_encoder) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.