#initialize
8 9 10 11 12 13
# File 'lib/castle/commands/identify.rb', line 8 def build(options = {}) validate!(options) build_context!(options) Castle::Command.new('identify', options, :post) end