class Cb::Responses::User::Delete
Protected Instance Methods
extract_models()
click to toggle source
# File lib/cb/responses/user/delete.rb, line 24 def extract_models model = Model.new model.status = response[root_node][status_node] model end
hash_containing_metadata()
click to toggle source
# File lib/cb/responses/user/delete.rb, line 30 def hash_containing_metadata response[root_node] end
validate_api_hash()
click to toggle source
# File lib/cb/responses/user/delete.rb, line 19 def validate_api_hash required_response_field(root_node, response) required_response_field(request_node, response[root_node]) end
Private Instance Methods
request_node()
click to toggle source
# File lib/cb/responses/user/delete.rb, line 40 def request_node 'Request' end
root_node()
click to toggle source
# File lib/cb/responses/user/delete.rb, line 36 def root_node 'ResponseUserDelete' end
status_node()
click to toggle source
# File lib/cb/responses/user/delete.rb, line 44 def status_node 'Status' end