Class: OpenComponents::Template
- Inherits:
-
Struct
- Object
- Struct
- OpenComponents::Template
- Defined in:
- lib/opencomponents.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#src ⇒ Object
Returns the value of attribute src.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
13 14 15 |
# File 'lib/opencomponents.rb', line 13 def key @key end |
#src ⇒ Object
Returns the value of attribute src
13 14 15 |
# File 'lib/opencomponents.rb', line 13 def src @src end |
#type ⇒ Object
Returns the value of attribute type
13 14 15 |
# File 'lib/opencomponents.rb', line 13 def type @type end |