Class: Authlete::Model::NamedUri

Inherits:
Base
  • Object
show all
Includes:
Hashable
Defined in:
lib/authlete/model/named-uri.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Hashable

#to_hash

Methods inherited from Base

parse

Instance Attribute Details

#nameObject

Returns the value of attribute name.



23
24
25
# File 'lib/authlete/model/named-uri.rb', line 23

def name
  @name
end

#uriObject

Returns the value of attribute uri.



25
26
27
# File 'lib/authlete/model/named-uri.rb', line 25

def uri
  @uri
end