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