Module: VSTS
- Defined in:
- lib/ruby_vsts.rb,
lib/vsts/item.rb,
lib/vsts/change.rb,
lib/vsts/version.rb,
lib/vsts/identity.rb,
lib/vsts/changeset.rb,
lib/vsts/shelveset.rb,
lib/vsts/api_client.rb,
lib/vsts/base_model.rb,
lib/vsts/api_response.rb,
lib/vsts/configuration.rb
Overview
VSTS namespace
Defined Under Namespace
Classes: APIClient, APIResponse, BaseModel, Change, Changeset, Configuration, Identity, Item, Shelveset
Constant Summary collapse
- VERSION =
'0.1.3'.freeze
Class Attribute Summary collapse
-
.configuration ⇒ Object
Returns the value of attribute configuration.
-
.logger ⇒ Object
Returns the value of attribute logger.
Class Method Summary collapse
Class Attribute Details
.configuration ⇒ Object
Returns the value of attribute configuration.
15 16 17 |
# File 'lib/ruby_vsts.rb', line 15 def configuration @configuration end |
.logger ⇒ Object
Returns the value of attribute logger.
16 17 18 |
# File 'lib/ruby_vsts.rb', line 16 def logger @logger end |
Class Method Details
.configure {|configuration| ... } ⇒ Object
27 28 29 |
# File 'lib/ruby_vsts.rb', line 27 def self.configure yield(configuration) end |
.reset ⇒ Object
23 24 25 |
# File 'lib/ruby_vsts.rb', line 23 def self.reset @configuration = Configuration.new end |