Class: Authlete::Model::Request::ClientRegistrationRequest
- Defined in:
- lib/authlete/model/request/client-registration-request.rb
Instance Attribute Summary collapse
-
#clientId ⇒ Object
(also: #client_id)
Returns the value of attribute clientId.
-
#json ⇒ Object
Returns the value of attribute json.
-
#token ⇒ Object
Returns the value of attribute token.
Method Summary
Methods included from Hashable
Methods inherited from Base
Instance Attribute Details
#clientId ⇒ Object Also known as: client_id
Returns the value of attribute clientId.
27 28 29 |
# File 'lib/authlete/model/request/client-registration-request.rb', line 27 def clientId @clientId end |
#json ⇒ Object
Returns the value of attribute json.
23 24 25 |
# File 'lib/authlete/model/request/client-registration-request.rb', line 23 def json @json end |
#token ⇒ Object
Returns the value of attribute token.
25 26 27 |
# File 'lib/authlete/model/request/client-registration-request.rb', line 25 def token @token end |