module TopsConnect

Copyright © 2019 Valencia Management Group All rights reserved.

Copyright © 2019 Valencia Management Group All rights reserved.

Copyright © 2019 Valencia Management Group All rights reserved.

Copyright © 2019 Valencia Management Group All rights reserved.

Copyright © 2019 Valencia Management Group All rights reserved.

Copyright © 2019 Valencia Management Group All rights reserved.

Copyright © 2019 Valencia Management Group All rights reserved.

Copyright © 2019 Valencia Management Group All rights reserved.

Copyright © 2019 Valencia Management Group All rights reserved.

Copyright © 2019 Valencia Management Group All rights reserved.

Copyright © 2019 Valencia Management Group All rights reserved.

Copyright © 2019 Valencia Management Group All rights reserved.

Constants

VERSION

Attributes

configuration[RW]

Public Class Methods

configure() { |configuration| ... } click to toggle source
# File lib/tops_connect.rb, line 31
def configure
  self.configuration ||= Configuration.new

  yield(configuration) if block_given?

  configuration
end