class SimpleAnalyticsApi::Website

Attributes

client[RW]

Public Class Methods

new(client:) click to toggle source
# File lib/simple_analytics_api/website.rb, line 6
def initialize(client:)
  @client  = client
end

Public Instance Methods

url() click to toggle source
# File lib/simple_analytics_api/website.rb, line 10
def url
  "#{BASE_URL}/api/websites"
end