Class: Plushie::Event::Effect::Result::ClipboardHtml
- Inherits:
-
Data
- Object
- Data
- Plushie::Event::Effect::Result::ClipboardHtml
- Defined in:
- lib/plushie/event.rb
Instance Attribute Summary collapse
-
#alt_text ⇒ Object
readonly
Returns the value of attribute alt_text.
-
#html ⇒ Object
readonly
Returns the value of attribute html.
Instance Method Summary collapse
-
#initialize(html:, alt_text: nil) ⇒ ClipboardHtml
constructor
A new instance of ClipboardHtml.
Constructor Details
#initialize(html:, alt_text: nil) ⇒ ClipboardHtml
Returns a new instance of ClipboardHtml.
217 218 219 |
# File 'lib/plushie/event.rb', line 217 def initialize(html:, alt_text: nil) super end |
Instance Attribute Details
#alt_text ⇒ Object (readonly)
Returns the value of attribute alt_text
216 217 218 |
# File 'lib/plushie/event.rb', line 216 def alt_text @alt_text end |
#html ⇒ Object (readonly)
Returns the value of attribute html
216 217 218 |
# File 'lib/plushie/event.rb', line 216 def html @html end |