Module: AblyUi::Core::SharedAssets
- Included in:
- Footer, MeganavContentCompany, MeganavContentPlatform
- Defined in:
- lib/ably_ui/core/core.rb
Instance Method Summary collapse
- #ably_stack_path ⇒ Object
- #aws_logo_path ⇒ Object
- #flexible_companies ⇒ Object
- #rocket_list ⇒ Object
Instance Method Details
#ably_stack_path ⇒ Object
33 34 35 |
# File 'lib/ably_ui/core/core.rb', line 33 def ably_stack_path asset_path 'ably_ui/core/images/ably-stack.svg' end |
#aws_logo_path ⇒ Object
37 38 39 |
# File 'lib/ably_ui/core/core.rb', line 37 def aws_logo_path asset_path 'ably_ui/core/images/icon-tech-aws.svg' end |
#flexible_companies ⇒ Object
45 46 47 |
# File 'lib/ably_ui/core/core.rb', line 45 def flexible_companies asset_path 'ably_ui/core/images/flexible-companies.png' end |
#rocket_list ⇒ Object
41 42 43 |
# File 'lib/ably_ui/core/core.rb', line 41 def rocket_list asset_path 'ably_ui/core/images/rocket-list-2021.png' end |