Sha256: 281fd4a89919a7635c8e3a7645c6ca69892e204cd2e772651a4c8c7233872f6e

Contents?: true

Size: 440 Bytes

Versions: 48

Compression:

Stored size: 440 Bytes

Contents

require 'active_support/all'
require 'nokogiri'

require_relative 'api'
require_relative 'utils'
require_relative 'base'

module Cirneco
  class DataCenter
    include Cirneco::Base
    include Cirneco::Api
    include Cirneco::Utils

    attr_accessor :prefix, :username, :password

    def initialize(prefix:, username:, password:, **options)
      @prefix = prefix
      @username = username
      @password = password
    end
  end
end

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
cirneco-0.8.6 lib/cirneco/data_center.rb
cirneco-0.8.5 lib/cirneco/data_center.rb
cirneco-0.8.4 lib/cirneco/data_center.rb
cirneco-0.8.3 lib/cirneco/data_center.rb
cirneco-0.8.2 lib/cirneco/data_center.rb
cirneco-0.8.1 lib/cirneco/data_center.rb
cirneco-0.7.4 lib/cirneco/data_center.rb
cirneco-0.7.3 lib/cirneco/data_center.rb
cirneco-0.7.2 lib/cirneco/data_center.rb
cirneco-0.7.1 lib/cirneco/data_center.rb
cirneco-0.7 lib/cirneco/data_center.rb
cirneco-0.6.11 lib/cirneco/data_center.rb
cirneco-0.6.10 lib/cirneco/data_center.rb
cirneco-0.6.9 lib/cirneco/data_center.rb
cirneco-0.6.8 lib/cirneco/data_center.rb
cirneco-0.6.7 lib/cirneco/data_center.rb
cirneco-0.6.6 lib/cirneco/data_center.rb
cirneco-0.6.4 lib/cirneco/data_center.rb
cirneco-0.6.3 lib/cirneco/data_center.rb
cirneco-0.6.2 lib/cirneco/data_center.rb