class Authlete::Model::Response::AuthorizedClientListResponse
Attributes
Public Instance Methods
Source
# File lib/authlete/model/response/authorized-client-list-response.rb, line 25 def defaults super.merge(subject: nil) end
Calls superclass method
Authlete::Model::Response::ClientListResponse#defaults
Source
# File lib/authlete/model/response/authorized-client-list-response.rb, line 29 def set_params(hash) super(hash) @subject = hash[:subject] end
Calls superclass method
Authlete::Model::Response::ClientListResponse#set_params