Method: Controls::Configuration#to_s

Defined in:
lib/controls/objects/configuration.rb

#to_sString

The title of the configuration

Returns:

  • (String)


35
36
37
# File 'lib/controls/objects/configuration.rb', line 35

def to_s
  title
end