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/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
Constant Summary collapse
- VERSION =
'0.1.2'.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.
14 15 16 |
# File 'lib/ruby_vsts.rb', line 14 def configuration @configuration end |
.logger ⇒ Object
Returns the value of attribute logger.
15 16 17 |
# File 'lib/ruby_vsts.rb', line 15 def logger @logger end |
Class Method Details
.configure {|configuration| ... } ⇒ Object
26 27 28 |
# File 'lib/ruby_vsts.rb', line 26 def self.configure yield(configuration) end |
.reset ⇒ Object
22 23 24 |
# File 'lib/ruby_vsts.rb', line 22 def self.reset @configuration = Configuration.new end |