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