class VagrantPlugins::Openstack::Session
Attributes
Public Class Methods
Source
# File lib/vagrant-openstack-provider/client/openstack.rb, line 20 def initialize @token = nil @project_id = nil @endpoints = {} end
Public Instance Methods
Source
# File lib/vagrant-openstack-provider/client/openstack.rb, line 26 def reset initialize end