Class: AblyUi::Core::MeganavContentPlatform
- Inherits:
-
ViewComponent::Base
- Object
- ViewComponent::Base
- AblyUi::Core::MeganavContentPlatform
- Includes:
- SharedAssets, Util
- Defined in:
- lib/ably_ui/core/meganav_content_platform/meganav_content_platform.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:) ⇒ MeganavContentPlatform
constructor
A new instance of MeganavContentPlatform.
Methods included from Util
#abs_url, #append_random_postfix
Methods included from SharedAssets
#ably_logo, #ably_stack_path, #aws_logo_path, #highest_performer, #highest_user_adoption, #users_love_us
Constructor Details
#initialize(url_base:) ⇒ MeganavContentPlatform
Returns a new instance of MeganavContentPlatform.
9 10 11 |
# File 'lib/ably_ui/core/meganav_content_platform/meganav_content_platform.rb', line 9 def initialize(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/meganav_content_platform/meganav_content_platform.rb', line 7 def url_base @url_base end |