Class: Micropub::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/micropub/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_scopesObject

Returns the value of attribute allowed_scopes.



3
4
5
# File 'lib/micropub/configuration.rb', line 3

def allowed_scopes
  @allowed_scopes
end

#meObject

Returns the value of attribute me.



4
5
6
# File 'lib/micropub/configuration.rb', line 4

def me
  @me
end

#token_endpointObject

Returns the value of attribute token_endpoint.



3
4
5
# File 'lib/micropub/configuration.rb', line 3

def token_endpoint
  @token_endpoint
end