class FDIC::BankFind::SchemaValidators::InstitutionValidator
Private Instance Methods
client_method()
click to toggle source
# File lib/fdic/bank_find/schema_validators/institution_validator.rb, line 10 def client_method :find_institution end
client_method_arguments()
click to toggle source
# File lib/fdic/bank_find/schema_validators/institution_validator.rb, line 14 def client_method_arguments '18258' end
schema()
click to toggle source
# File lib/fdic/bank_find/schema_validators/institution_validator.rb, line 6 def schema File.join(File.dirname(__FILE__), '../schemas/institution_response_schema.json') end