class Synthetics::API::Base
This class defines common methods for all APIs.
Attributes
client[R]
Public Class Methods
new(client)
click to toggle source
# File lib/synthetics/api/base.rb, line 10 def initialize(client) @client = client end