Sha256: 934d0d848cda28b5914160554ce97908472c8cd9c666d428c226c2c1d5e0f33b
Contents?: true
Size: 215 Bytes
Versions: 2
Compression:
Stored size: 215 Bytes
Contents
# frozen_string_literal: true class RocketfuelApi::Service::Tactic < RocketfuelApi::Service def initialize(connection) @read_only = true super(connection) end def uri_suffix 'tactics' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rocketfuel_api-0.1.1 | lib/rocketfuel_api/service/tactic.rb |
rocketfuel_api-0.1.0 | lib/rocketfuel_api/service/tactic.rb |