class Flipper::UI::Action::Breadcrumb
Attributes
Public Class Methods
Source
# File lib/flipper/ui/action.rb, line 189 def initialize(text, href = nil) @text = text @href = href end
# File lib/flipper/ui/action.rb, line 189 def initialize(text, href = nil) @text = text @href = href end