Class: SWS::Framework

Inherits:
Struct
  • Object
show all
Defined in:
lib/sws.rb

Instance Attribute Summary collapse

Instance Attribute Details

#componentsObject

Returns the value of attribute components

Returns:

  • (Object)

    the current value of components



26
27
28
# File 'lib/sws.rb', line 26

def components
  @components
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



26
27
28
# File 'lib/sws.rb', line 26

def path
  @path
end

#resourcesObject

Returns the value of attribute resources

Returns:

  • (Object)

    the current value of resources



26
27
28
# File 'lib/sws.rb', line 26

def resources
  @resources
end