class Branch
Public Class Methods
          apiKey()
          
          click to toggle source
          
        
        
        # File lib/capital_one/branch.rb, line 11 def self.apiKey return Config.apiKey end
          getAll()
          
          click to toggle source
          
        
        
        
        
        
      
          getOne(id)
          
          click to toggle source
          
        
        
        
        
        
      
          url()
          
          click to toggle source
          
        
        
        # File lib/capital_one/branch.rb, line 3 def self.url return Config.baseUrl end
          urlWithEntity()
          
          click to toggle source
          
        
        
        # File lib/capital_one/branch.rb, line 7 def self.urlWithEntity return Config.baseUrl + "/branches" end