Class: Shortcodes::Parser::Shortcode
- Inherits:
-
Struct
- Object
- Struct
- Shortcodes::Parser::Shortcode
- Defined in:
- lib/shortcodes/parser.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#code ⇒ Object
Returns the value of attribute code.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes
18 19 20 |
# File 'lib/shortcodes/parser.rb', line 18 def attributes @attributes end |
#code ⇒ Object
Returns the value of attribute code
18 19 20 |
# File 'lib/shortcodes/parser.rb', line 18 def code @code end |