Sha256: 0f7ba7152bf552325c64012779c9772deabd85028e25de080cf8271400ee4340
Contents?: true
Size: 421 Bytes
Versions: 2
Compression:
Stored size: 421 Bytes
Contents
require 'smartdc/api/analytics/instrumentations' module Smartdc module Api class Analytics attr_reader :request, :id def initialize(request, id=nil) @request = request @id = id end def describe request.get('my/analytics') end def instrumentations(_id=nil) Smartdc::Api::Analytics::Instrumentations.new(request, _id) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
smartdc-0.4.0 | lib/smartdc/api/analytics.rb |
smartdc-0.3.0 | lib/smartdc/api/analytics.rb |