Class: Authlete::Model::Request::ClientAuthorizationGetListRequest
- Defined in:
- lib/authlete/model/request/client-authorization-get-list-request.rb
Instance Attribute Summary collapse
-
#developer ⇒ Object
Returns the value of attribute developer.
-
#end ⇒ Object
Returns the value of attribute end.
-
#start ⇒ Object
Returns the value of attribute start.
-
#subject ⇒ Object
Returns the value of attribute subject.
Method Summary
Methods included from Hashable
Methods inherited from Base
Instance Attribute Details
#developer ⇒ Object
Returns the value of attribute developer.
25 26 27 |
# File 'lib/authlete/model/request/client-authorization-get-list-request.rb', line 25 def developer @developer end |
#end ⇒ Object
Returns the value of attribute end.
29 30 31 |
# File 'lib/authlete/model/request/client-authorization-get-list-request.rb', line 29 def end @end end |
#start ⇒ Object
Returns the value of attribute start.
27 28 29 |
# File 'lib/authlete/model/request/client-authorization-get-list-request.rb', line 27 def start @start end |
#subject ⇒ Object
Returns the value of attribute subject.
23 24 25 |
# File 'lib/authlete/model/request/client-authorization-get-list-request.rb', line 23 def subject @subject end |