Class: AblyUi::Core::Footer
- Inherits:
 - 
      ViewComponent::Base
      
        
- Object
 - ViewComponent::Base
 - AblyUi::Core::Footer
 
 
- Includes:
 - SharedAssets, Util
 
- Defined in:
 - lib/ably_ui/core/footer/footer.rb
 
Constant Summary
Constants included from Util
Instance Attribute Summary collapse
- 
  
    
      #url_base  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Returns the value of attribute url_base.
 
Instance Method Summary collapse
- 
  
    
      #initialize(url_base: AblyUi::Core::Util::DEFAULT_URL_BASE)  ⇒ Footer 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of Footer.
 
Methods included from Util
#abs_url, #append_random_postfix
Methods included from SharedAssets
#ably_logo, #ably_stack_path, #aws_logo_path, #best_support, #fastest_implementation, #highest_performer, #highest_user_adoption
Constructor Details
#initialize(url_base: AblyUi::Core::Util::DEFAULT_URL_BASE) ⇒ Footer
Returns a new instance of Footer.
      9 10 11  | 
    
      # File 'lib/ably_ui/core/footer/footer.rb', line 9 def initialize(url_base: AblyUi::Core::Util::DEFAULT_URL_BASE) @url_base = url_base end  | 
  
Instance Attribute Details
#url_base ⇒ Object (readonly)
Returns the value of attribute url_base.
      7 8 9  | 
    
      # File 'lib/ably_ui/core/footer/footer.rb', line 7 def url_base @url_base end  |