Class: Coradoc::Markdown::Serializer::Context::LinkRef
- Inherits:
-
Struct
- Object
- Struct
- Coradoc::Markdown::Serializer::Context::LinkRef
- Defined in:
- lib/coradoc/markdown/serializer/context.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#title ⇒ Object
Returns the value of attribute title.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
62 63 64 |
# File 'lib/coradoc/markdown/serializer/context.rb', line 62 def id @id end |
#title ⇒ Object
Returns the value of attribute title
62 63 64 |
# File 'lib/coradoc/markdown/serializer/context.rb', line 62 def title @title end |
#url ⇒ Object
Returns the value of attribute url
62 63 64 |
# File 'lib/coradoc/markdown/serializer/context.rb', line 62 def url @url end |