Class: FeatureProof::Configuration
- Inherits:
-
Object
- Object
- FeatureProof::Configuration
- Defined in:
- lib/feature_proof/configuration.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#field ⇒ Object
Returns the value of attribute field.
-
#model ⇒ Object
Returns the value of attribute model.
-
#text_to_display ⇒ Object
Returns the value of attribute text_to_display.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
5 6 7 8 9 |
# File 'lib/feature_proof/configuration.rb', line 5 def initialize @model = nil @field = nil @text_to_display = nil end |
Instance Attribute Details
#field ⇒ Object
Returns the value of attribute field.
3 4 5 |
# File 'lib/feature_proof/configuration.rb', line 3 def field @field end |
#model ⇒ Object
Returns the value of attribute model.
3 4 5 |
# File 'lib/feature_proof/configuration.rb', line 3 def model @model end |
#text_to_display ⇒ Object
Returns the value of attribute text_to_display.
3 4 5 |
# File 'lib/feature_proof/configuration.rb', line 3 def text_to_display @text_to_display end |