Class: Hitch::ClientIdMetadata::Document
- Inherits:
-
Struct
- Object
- Struct
- Hitch::ClientIdMetadata::Document
- Defined in:
- app/models/hitch/client_id_metadata.rb
Instance Attribute Summary collapse
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_name ⇒ Object
Returns the value of attribute client_name.
-
#redirect_uris ⇒ Object
Returns the value of attribute redirect_uris.
Instance Attribute Details
#client_id ⇒ Object
Returns the value of attribute client_id
42 43 44 |
# File 'app/models/hitch/client_id_metadata.rb', line 42 def client_id @client_id end |
#client_name ⇒ Object
Returns the value of attribute client_name
42 43 44 |
# File 'app/models/hitch/client_id_metadata.rb', line 42 def client_name @client_name end |
#redirect_uris ⇒ Object
Returns the value of attribute redirect_uris
42 43 44 |
# File 'app/models/hitch/client_id_metadata.rb', line 42 def redirect_uris @redirect_uris end |