Class: LWS::Generic::Configuration

Inherits:
Model
  • Object
show all
Defined in:
lib/lws/apps/generic.rb

Overview

The configuration class

Instance Attribute Summary collapse

Instance Attribute Details

#created_atString (readonly)

Returns the timestamp of when the configuration was created.

Returns:

  • (String)

    the timestamp of when the configuration was created



100
# File 'lib/lws/apps/generic.rb', line 100

attribute :created_at

#idFixnum (readonly)

Returns the (unique) ID of the configuration.

Returns:

  • (Fixnum)

    the (unique) ID of the configuration



88
# File 'lib/lws/apps/generic.rb', line 88

attribute :id

#keyString

Returns the configuration key.

Returns:

  • (String)

    the configuration key



92
# File 'lib/lws/apps/generic.rb', line 92

attribute :key

#updated_atString (readonly)

Returns the timestamp of when the configuration was last updated.

Returns:

  • (String)

    the timestamp of when the configuration was last updated



104
# File 'lib/lws/apps/generic.rb', line 104

attribute :updated_at

#valueString

Returns the configuration value.

Returns:

  • (String)

    the configuration value



96
# File 'lib/lws/apps/generic.rb', line 96

attribute :value