Class: SerializePartialsAttributes::Configuration
- Inherits:
-
Object
- Object
- SerializePartialsAttributes::Configuration
- Defined in:
- lib/serialize_partials_attributes/configuration.rb
Constant Summary collapse
- @@field =
"fields"
- @@split_by =
"+"
Class Method Summary collapse
Class Method Details
permalink .field ⇒ Object
[View source]
6 7 8 |
# File 'lib/serialize_partials_attributes/configuration.rb', line 6 def self.field @@field end |
permalink .field=(value) ⇒ Object
[View source]
10 11 12 |
# File 'lib/serialize_partials_attributes/configuration.rb', line 10 def self.field=(value) @@field = value end |
permalink .split_by ⇒ Object
[View source]
14 15 16 |
# File 'lib/serialize_partials_attributes/configuration.rb', line 14 def self.split_by @@split_by end |
permalink .split_by=(value) ⇒ Object
[View source]
18 19 20 |
# File 'lib/serialize_partials_attributes/configuration.rb', line 18 def self.split_by=(value) @@split_by = value end |