Class: Authlete::Model::NamedUri
- Includes:
- Hashable
- Defined in:
- lib/authlete/model/named-uri.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#uri ⇒ Object
Returns the value of attribute uri.
Method Summary
Methods included from Hashable
Methods inherited from Base
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
23 24 25 |
# File 'lib/authlete/model/named-uri.rb', line 23 def name @name end |
#uri ⇒ Object
Returns the value of attribute uri.
25 26 27 |
# File 'lib/authlete/model/named-uri.rb', line 25 def uri @uri end |