Class: Micropub::Configuration
- Inherits:
-
Object
- Object
- Micropub::Configuration
- Defined in:
- lib/micropub/configuration.rb
Instance Attribute Summary collapse
-
#allowed_scopes ⇒ Object
Returns the value of attribute allowed_scopes.
-
#me ⇒ Object
Returns the value of attribute me.
-
#token_endpoint ⇒ Object
Returns the value of attribute token_endpoint.
Instance Attribute Details
#allowed_scopes ⇒ Object
Returns the value of attribute allowed_scopes.
3 4 5 |
# File 'lib/micropub/configuration.rb', line 3 def allowed_scopes @allowed_scopes end |
#me ⇒ Object
Returns the value of attribute me.
4 5 6 |
# File 'lib/micropub/configuration.rb', line 4 def me @me end |
#token_endpoint ⇒ Object
Returns the value of attribute token_endpoint.
3 4 5 |
# File 'lib/micropub/configuration.rb', line 3 def token_endpoint @token_endpoint end |