Class: Anydoc::Inline
- Inherits:
-
Data
- Object
- Data
- Anydoc::Inline
- Defined in:
- lib/anydoc.rb
Instance Attribute Summary collapse
-
#alt ⇒ Object
readonly
Returns the value of attribute alt.
-
#anchor ⇒ Object
readonly
Returns the value of attribute anchor.
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#note_id ⇒ Object
readonly
Returns the value of attribute note_id.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#style ⇒ Object
readonly
Returns the value of attribute style.
-
#target ⇒ Object
readonly
Returns the value of attribute target.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Instance Attribute Details
#alt ⇒ Object (readonly)
Returns the value of attribute alt
13 14 15 |
# File 'lib/anydoc.rb', line 13 def alt @alt end |
#anchor ⇒ Object (readonly)
Returns the value of attribute anchor
13 14 15 |
# File 'lib/anydoc.rb', line 13 def anchor @anchor end |
#content ⇒ Object (readonly)
Returns the value of attribute content
13 14 15 |
# File 'lib/anydoc.rb', line 13 def content @content end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
13 14 15 |
# File 'lib/anydoc.rb', line 13 def kind @kind end |
#note_id ⇒ Object (readonly)
Returns the value of attribute note_id
13 14 15 |
# File 'lib/anydoc.rb', line 13 def note_id @note_id end |
#source ⇒ Object (readonly)
Returns the value of attribute source
13 14 15 |
# File 'lib/anydoc.rb', line 13 def source @source end |
#style ⇒ Object (readonly)
Returns the value of attribute style
13 14 15 |
# File 'lib/anydoc.rb', line 13 def style @style end |
#target ⇒ Object (readonly)
Returns the value of attribute target
13 14 15 |
# File 'lib/anydoc.rb', line 13 def target @target end |
#text ⇒ Object (readonly)
Returns the value of attribute text
13 14 15 |
# File 'lib/anydoc.rb', line 13 def text @text end |