Class: Nanopop::Configuration
- Inherits:
-
Object
- Object
- Nanopop::Configuration
- Defined in:
- lib/nanopop.rb
Instance Attribute Summary collapse
-
#token ⇒ Object
Returns the value of attribute token.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
23 24 25 |
# File 'lib/nanopop.rb', line 23 def initialize @token = nil end |
Instance Attribute Details
#token ⇒ Object
Returns the value of attribute token.
21 22 23 |
# File 'lib/nanopop.rb', line 21 def token @token end |