Class: RippleToken::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#base_urlObject

Returns the value of attribute base_url.



5
6
7
# File 'lib/ripple_token/configuration.rb', line 5

def base_url
  @base_url
end

#loggerObject

Returns the value of attribute logger.



5
6
7
# File 'lib/ripple_token/configuration.rb', line 5

def logger
  @logger
end

#public_key_ttlObject

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_pathsObject

Returns the value of attribute public_paths.



5
6
7
# File 'lib/ripple_token/configuration.rb', line 5

def public_paths
  @public_paths
end

#realmObject

Returns the value of attribute realm.



5
6
7
# File 'lib/ripple_token/configuration.rb', line 5

def realm
  @realm
end