Class: SWS::ComponentInfo
- Inherits:
-
Struct
- Object
- Struct
- SWS::ComponentInfo
- Defined in:
- lib/sws.rb
Instance Attribute Summary collapse
-
#api ⇒ Object
Returns the value of attribute api.
-
#component_class ⇒ Object
Returns the value of attribute component_class.
-
#definition ⇒ Object
Returns the value of attribute definition.
-
#template ⇒ Object
Returns the value of attribute template.
Instance Attribute Details
#api ⇒ Object
Returns the value of attribute api
27 28 29 |
# File 'lib/sws.rb', line 27 def api @api end |
#component_class ⇒ Object
Returns the value of attribute component_class
27 28 29 |
# File 'lib/sws.rb', line 27 def component_class @component_class end |
#definition ⇒ Object
Returns the value of attribute definition
27 28 29 |
# File 'lib/sws.rb', line 27 def definition @definition end |
#template ⇒ Object
Returns the value of attribute template
27 28 29 |
# File 'lib/sws.rb', line 27 def template @template end |