class FDIC::BankFind::SchemaValidators::BankValidator
Private Instance Methods
client_method()
click to toggle source
# File lib/fdic/bank_find/schema_validators/bank_validator.rb, line 10 def client_method :find_bank end
client_method_arguments()
click to toggle source
# File lib/fdic/bank_find/schema_validators/bank_validator.rb, line 14 def client_method_arguments 'thomaston savings bank' end
schema()
click to toggle source
# File lib/fdic/bank_find/schema_validators/bank_validator.rb, line 6 def schema File.join(File.dirname(__FILE__), '../schemas/bank_response_schema.json') end