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