Class: WeighflowCli::Configuration
- Inherits:
-
Struct
- Object
- Struct
- WeighflowCli::Configuration
- Defined in:
- lib/weighflow_cli.rb
Instance Attribute Summary collapse
-
#secret ⇒ Object
Returns the value of attribute secret.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#secret ⇒ Object
Returns the value of attribute secret
49 50 51 |
# File 'lib/weighflow_cli.rb', line 49 def secret @secret end |
#url ⇒ Object
Returns the value of attribute url
49 50 51 |
# File 'lib/weighflow_cli.rb', line 49 def url @url end |