Class: SWS::ComponentInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#apiObject

Returns the value of attribute api

Returns:

  • (Object)

    the current value of api



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

def api
  @api
end

#component_classObject

Returns the value of attribute component_class

Returns:

  • (Object)

    the current value of component_class



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

def component_class
  @component_class
end

#definitionObject

Returns the value of attribute definition

Returns:

  • (Object)

    the current value of definition



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

def definition
  @definition
end

#templateObject

Returns the value of attribute template

Returns:

  • (Object)

    the current value of template



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

def template
  @template
end