Sha256: a597653aaecaf7a0c5ed1514a41da23d206362bb0e6b8344b91fdafb17de066c
Contents?: true
Size: 392 Bytes
Versions: 1
Compression:
Stored size: 392 Bytes
Contents
module SuperReceptionist class Sound def initialize(super_receptionist) @super_receptionis = super_receptionist end def list SuperReceptionist.submit(:get, url) end def create(options = {}) SuperReceptionist.submit(:post, url, options) end private def url() "#{@super_receptionis.base_url}account/sound/" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
super_receptionist-0.1.0 | lib/super_receptionist/sound.rb |