Class: AblyUi::Core::MeganavBlogPostsList
- Inherits:
-
ViewComponent::Base
- Object
- ViewComponent::Base
- AblyUi::Core::MeganavBlogPostsList
- Includes:
- Util
- Defined in:
- lib/ably_ui/core/meganav_blog_posts_list/meganav_blog_posts_list.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:) ⇒ MeganavBlogPostsList
constructor
A new instance of MeganavBlogPostsList.
Methods included from Util
#abs_url, #append_random_postfix
Constructor Details
#initialize(url_base:) ⇒ MeganavBlogPostsList
Returns a new instance of MeganavBlogPostsList.
8 9 10 |
# File 'lib/ably_ui/core/meganav_blog_posts_list/meganav_blog_posts_list.rb', line 8 def initialize(url_base:) @url_base = url_base end |
Instance Attribute Details
#url_base ⇒ Object (readonly)
Returns the value of attribute url_base.
6 7 8 |
# File 'lib/ably_ui/core/meganav_blog_posts_list/meganav_blog_posts_list.rb', line 6 def url_base @url_base end |