Class: LWS::Generic::Configuration
- Defined in:
- lib/lws/apps/generic.rb
Overview
The configuration class
Direct Known Subclasses
Auth::Configuration, CorporateWebsite::Configuration, DigitalSignage::Configuration, Maps::Configuration, Presence::Configuration, Resource::Configuration, Ticket::Configuration
Instance Attribute Summary collapse
-
#created_at ⇒ String
readonly
The timestamp of when the configuration was created.
-
#id ⇒ Integer
readonly
The (unique) ID of the configuration.
-
#key ⇒ String
The configuration key.
-
#updated_at ⇒ String
readonly
The timestamp of when the configuration was last updated.
-
#value ⇒ String
The configuration value.
Attributes inherited from Model
Method Summary
Methods inherited from Model
Instance Attribute Details
#created_at ⇒ String (readonly)
Returns the timestamp of when the configuration was created.
171 |
# File 'lib/lws/apps/generic.rb', line 171 attribute :created_at |
#id ⇒ Integer (readonly)
Returns the (unique) ID of the configuration.
159 |
# File 'lib/lws/apps/generic.rb', line 159 attribute :id |
#key ⇒ String
Returns the configuration key.
163 |
# File 'lib/lws/apps/generic.rb', line 163 attribute :key |
#updated_at ⇒ String (readonly)
Returns the timestamp of when the configuration was last updated.
175 |
# File 'lib/lws/apps/generic.rb', line 175 attribute :updated_at |
#value ⇒ String
Returns the configuration value.
167 |
# File 'lib/lws/apps/generic.rb', line 167 attribute :value |