Sha256: 45bcb7041adb6b9ad080b488bf98553197c5822de7bf1abf490135c79945f9f8

Contents?: true

Size: 521 Bytes

Versions: 11

Compression:

Stored size: 521 Bytes

Contents

require 'active_support/all'
require 'nokogiri'
require 'bolognese'

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

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

    attr_accessor :prefix, :username, :password

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
cirneco-0.9.27 lib/cirneco/data_center.rb
cirneco-0.9.26 lib/cirneco/data_center.rb
cirneco-0.9.25 lib/cirneco/data_center.rb
cirneco-0.9.24 lib/cirneco/data_center.rb
cirneco-0.9.23 lib/cirneco/data_center.rb
cirneco-0.9.22 lib/cirneco/data_center.rb
cirneco-0.9.21 lib/cirneco/data_center.rb
cirneco-0.9.20 lib/cirneco/data_center.rb
cirneco-0.9.19 lib/cirneco/data_center.rb
cirneco-0.9.18 lib/cirneco/data_center.rb
cirneco-0.9.17 lib/cirneco/data_center.rb