Class: RippleToken::Configuration
- Inherits:
-
Object
- Object
- RippleToken::Configuration
- Defined in:
- lib/ripple_token/configuration.rb
Instance Attribute Summary collapse
-
#base_url ⇒ Object
Returns the value of attribute base_url.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#public_key_ttl ⇒ Object
Returns the value of attribute public_key_ttl.
-
#public_paths ⇒ Object
Returns the value of attribute public_paths.
-
#realm ⇒ Object
Returns the value of attribute realm.
Instance Attribute Details
#base_url ⇒ Object
Returns the value of attribute base_url.
5 6 7 |
# File 'lib/ripple_token/configuration.rb', line 5 def base_url @base_url end |
#logger ⇒ Object
Returns the value of attribute logger.
5 6 7 |
# File 'lib/ripple_token/configuration.rb', line 5 def logger @logger end |
#public_key_ttl ⇒ Object
Returns the value of attribute public_key_ttl.
5 6 7 |
# File 'lib/ripple_token/configuration.rb', line 5 def public_key_ttl @public_key_ttl end |
#public_paths ⇒ Object
Returns the value of attribute public_paths.
5 6 7 |
# File 'lib/ripple_token/configuration.rb', line 5 def public_paths @public_paths end |
#realm ⇒ Object
Returns the value of attribute realm.
5 6 7 |
# File 'lib/ripple_token/configuration.rb', line 5 def realm @realm end |