Module: AblyUi::Core::SharedAssets
- Included in:
- Footer, Meganav, MeganavContentCompany, MeganavContentProducts
- Defined in:
- lib/ably_ui/core/core.rb
Instance Method Summary collapse
- #ably_logo ⇒ Object
- #ably_stack_path ⇒ Object
- #aws_logo_path ⇒ Object
- #best_support ⇒ Object
- #fastest_implementation ⇒ Object
- #highest_performer ⇒ Object
- #highest_user_adoption ⇒ Object
Instance Method Details
#ably_logo ⇒ Object
33 34 35 |
# File 'lib/ably_ui/core/core.rb', line 33 def ably_logo asset_path 'ably_ui/core/images/ably-logo.png' end |
#ably_stack_path ⇒ Object
37 38 39 |
# File 'lib/ably_ui/core/core.rb', line 37 def ably_stack_path asset_path 'ably_ui/core/images/ably-stack.svg' end |
#aws_logo_path ⇒ Object
41 42 43 |
# File 'lib/ably_ui/core/core.rb', line 41 def aws_logo_path asset_path 'ably_ui/core/images/icon-tech-aws.svg' end |
#best_support ⇒ Object
53 54 55 |
# File 'lib/ably_ui/core/core.rb', line 53 def best_support asset_path 'ably_ui/core/images/best-support-2023.svg' end |
#fastest_implementation ⇒ Object
57 58 59 |
# File 'lib/ably_ui/core/core.rb', line 57 def fastest_implementation asset_path 'ably_ui/core/images/fastest-implementation-2023.svg' end |
#highest_performer ⇒ Object
45 46 47 |
# File 'lib/ably_ui/core/core.rb', line 45 def highest_performer asset_path 'ably_ui/core/images/high-performer-2023.svg' end |
#highest_user_adoption ⇒ Object
49 50 51 |
# File 'lib/ably_ui/core/core.rb', line 49 def highest_user_adoption asset_path 'ably_ui/core/images/highest-user-adoption-2023.svg' end |