class VagrantPlugins::Openstack::Session

Attributes

endpoints[RW]
project_id[RW]
token[RW]

Public Class Methods

new() click to toggle source
# File lib/vagrant-openstack-provider/client/openstack.rb, line 20
def initialize
  @token = nil
  @project_id = nil
  @endpoints = {}
end

Public Instance Methods

reset() click to toggle source
# File lib/vagrant-openstack-provider/client/openstack.rb, line 26
def reset
  initialize
end