Class: PrettyText::DetectedLink
- Inherits:
-
Struct
- Object
- Struct
- PrettyText::DetectedLink
- Defined in:
- lib/pretty_text.rb
Instance Attribute Summary collapse
-
#is_quote ⇒ Object
Returns the value of attribute is_quote.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#is_quote ⇒ Object
Returns the value of attribute is_quote
394 395 396 |
# File 'lib/pretty_text.rb', line 394 def is_quote @is_quote end |
#url ⇒ Object
Returns the value of attribute url
394 395 396 |
# File 'lib/pretty_text.rb', line 394 def url @url end |