Module: Castle::API::Track
- Defined in:
- lib/castle/api/track.rb
Class Method Summary collapse
Class Method Details
.call(options = {}) ⇒ Object
8 9 10 11 12 13 14 15 |
# File 'lib/castle/api/track.rb', line 8 def call( = {}) = Castle::Utils::DeepSymbolizeKeys.call( || {}) unless [:no_symbolize] .delete(:no_symbolize) http = .delete(:http) config = .delete(:config) || Castle.config Castle::API.call(Castle::Commands::Track.build(), {}, http, config) end |