class CopyTunerClient::Configuration
def to_hash
-
(Hash)
- configuration attributes
def to_hash base_options = { public: public?, upload_disabled: upload_disabled? } OPTIONS.inject(base_options) do |hash, option| hash.merge option.to_sym => send(option) end end