Class: SWS::Framework
- Inherits:
-
Struct
- Object
- Struct
- SWS::Framework
- Defined in:
- lib/sws.rb
Instance Attribute Summary collapse
-
#components ⇒ Object
Returns the value of attribute components.
-
#path ⇒ Object
Returns the value of attribute path.
-
#resources ⇒ Object
Returns the value of attribute resources.
Instance Attribute Details
#components ⇒ Object
Returns the value of attribute components
26 27 28 |
# File 'lib/sws.rb', line 26 def components @components end |
#path ⇒ Object
Returns the value of attribute path
26 27 28 |
# File 'lib/sws.rb', line 26 def path @path end |
#resources ⇒ Object
Returns the value of attribute resources
26 27 28 |
# File 'lib/sws.rb', line 26 def resources @resources end |