Sha256: a0251f618cc8dd7daecdec59e918fe7f7b38d212b2a208102d5ea39e028625e8
Contents?: true
Size: 205 Bytes
Versions: 2
Compression:
Stored size: 205 Bytes
Contents
module SimpleAnalyticsApi class Website < Resource attr_accessor :client def initialize(client:) @client = client end def url "#{BASE_URL}/api/websites" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simple_analytics_api-0.0.3 | lib/simple_analytics_api/website.rb |
simple_analytics_api-0.0.2 | lib/simple_analytics_api/website.rb |