class Microclimate::Client
Attributes
api_token[RW]
Public Class Methods
new(options)
click to toggle source
# File lib/microclimate/client.rb, line 5 def initialize(options) @api_token = options[:api_token] end
Public Instance Methods
repository_for(repo_id)
click to toggle source
# File lib/microclimate/client.rb, line 9 def repository_for(repo_id) Microclimate::Repository.new(self, :repo_id => repo_id) end