class Nanopop::Configuration

Attributes

token[RW]

Public Class Methods

new() click to toggle source
# File lib/nanopop.rb, line 23
def initialize
  @token = nil
end