Sha256: 0ff71e1f02748b08906da545fb348974600c3d09b0fab6140a156517b58367a3
Contents?: true
Size: 336 Bytes
Versions: 3
Compression:
Stored size: 336 Bytes
Contents
# frozen_string_literal: true module Calliope class Tremolo # @return [Integer] attr_reader :depth # @return [Integer] attr_reader :frequency # @!visibility private # @param payload [Hash] def initialize(payload) @depth = payload["depth"] @frequency = payload["frequency"] end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
calliope-link-1.0.2 | lib/calliope/model/tremolo.rb |
calliope-link-1.0.1 | lib/calliope/model/tremolo.rb |
calliope-link-1.0.0 | lib/calliope/model/tremolo.rb |