class Cb::Responses::Application

Protected Instance Methods

extract_models() click to toggle source
# File lib/cb/responses/application.rb, line 26
def extract_models
  response['Results'].map { |application_data| Cb::Models::Application.new(application_data) }
end
hash_containing_metadata() click to toggle source
# File lib/cb/responses/application.rb, line 18
def hash_containing_metadata
  response
end
validate_api_hash() click to toggle source
# File lib/cb/responses/application.rb, line 22
def validate_api_hash
  required_response_field('Results', response)
end