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.9.13 lib/cirneco/data_center.rb
cirneco-0.9.12 lib/cirneco/data_center.rb
cirneco-0.9.11 lib/cirneco/data_center.rb
cirneco-0.9.10 lib/cirneco/data_center.rb
cirneco-0.9.9 lib/cirneco/data_center.rb
cirneco-0.9.8 lib/cirneco/data_center.rb
cirneco-0.9.7 lib/cirneco/data_center.rb
cirneco-0.9.6 lib/cirneco/data_center.rb
cirneco-0.9.5 lib/cirneco/data_center.rb
cirneco-0.9.4 lib/cirneco/data_center.rb
cirneco-0.9.3 lib/cirneco/data_center.rb
cirneco-0.9.2 lib/cirneco/data_center.rb
cirneco-0.9.1 lib/cirneco/data_center.rb
cirneco-0.9 lib/cirneco/data_center.rb
cirneco-0.8.12 lib/cirneco/data_center.rb
cirneco-0.8.11 lib/cirneco/data_center.rb
cirneco-0.8.10 lib/cirneco/data_center.rb
cirneco-0.8.9 lib/cirneco/data_center.rb
cirneco-0.8.8 lib/cirneco/data_center.rb
cirneco-0.8.7 lib/cirneco/data_center.rb