Method: SWS::Slot#settable

Defined in:
lib/sws/slot.rb

#settableObject

Determines whether the value can be set by the slot (in order to update the bound value in the definition component)



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

def settable
  @settable
end