class Cb::Responses::SavedSearch::Delete
Protected Instance Methods
extract_models()
click to toggle source
# File lib/cb/responses/saved_search/delete.rb, line 26 def extract_models Models::SavedSearch::Delete.new(response) end
hash_containing_metadata()
click to toggle source
# File lib/cb/responses/saved_search/delete.rb, line 22 def hash_containing_metadata response end
raise_on_timing_parse_error()
click to toggle source
# File lib/cb/responses/saved_search/delete.rb, line 30 def raise_on_timing_parse_error false end
validate_api_hash()
click to toggle source
# File lib/cb/responses/saved_search/delete.rb, line 17 def validate_api_hash fail "Response can't be nil!" if response.nil? required_response_field('Status', response) end