Sha256: 221b71d0c5649d47fa23f3c39e2b3cde4ec9ccb1aef7da5b67b3f9e4c7d980c1
Contents?: true
Size: 336 Bytes
Versions: 3
Compression:
Stored size: 336 Bytes
Contents
# frozen_string_literal: true module Calliope class Vibrato # @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/vibrato.rb |
calliope-link-1.0.1 | lib/calliope/model/vibrato.rb |
calliope-link-1.0.0 | lib/calliope/model/vibrato.rb |