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