Exception: Aviator::BaseRequestNotFoundError
- Defined in:
 - lib/puppet/feature/aviator/core/request_builder.rb
 
Instance Attribute Summary collapse
- 
  
    
      #base_request_hierarchy  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Returns the value of attribute base_request_hierarchy.
 
Instance Method Summary collapse
- 
  
    
      #initialize(base_hierarchy)  ⇒ BaseRequestNotFoundError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of BaseRequestNotFoundError.
 
Constructor Details
#initialize(base_hierarchy) ⇒ BaseRequestNotFoundError
Returns a new instance of BaseRequestNotFoundError.
      6 7 8 9  | 
    
      # File 'lib/puppet/feature/aviator/core/request_builder.rb', line 6 def initialize(base_hierarchy) @base_request_hierarchy = base_hierarchy super("#{ base_request_hierarchy } could not be found!") end  | 
  
Instance Attribute Details
#base_request_hierarchy ⇒ Object (readonly)
Returns the value of attribute base_request_hierarchy.
      4 5 6  | 
    
      # File 'lib/puppet/feature/aviator/core/request_builder.rb', line 4 def base_request_hierarchy @base_request_hierarchy end  |