Class: Magiclink::Client::Configuration
- Inherits:
-
Object
- Object
- Magiclink::Client::Configuration
- Defined in:
- lib/magiclink/client.rb
Instance Attribute Summary collapse
-
#secret_key ⇒ Object
Returns the value of attribute secret_key.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
15 16 17 |
# File 'lib/magiclink/client.rb', line 15 def initialize self.secret_key = '' end |
Instance Attribute Details
#secret_key ⇒ Object
Returns the value of attribute secret_key.
13 14 15 |
# File 'lib/magiclink/client.rb', line 13 def secret_key @secret_key end |