Class: GOM::Storage::Configuration::View::Property
- Inherits:
-
Object
- Object
- GOM::Storage::Configuration::View::Property
- Defined in:
- lib/gom/storage/configuration/view/property.rb
Overview
Contains all parameters to describe a property view.
Instance Attribute Summary collapse
-
#filter ⇒ Object
Returns the value of attribute filter.
-
#properties ⇒ Object
Returns the value of attribute properties.
Instance Method Summary collapse
-
#initialize(filter, properties) ⇒ Property
constructor
A new instance of Property.
Constructor Details
#initialize(filter, properties) ⇒ Property
Returns a new instance of Property.
8 9 10 |
# File 'lib/gom/storage/configuration/view/property.rb', line 8 def initialize(filter, properties) @filter, @properties = filter, properties end |
Instance Attribute Details
#filter ⇒ Object
Returns the value of attribute filter.
5 6 7 |
# File 'lib/gom/storage/configuration/view/property.rb', line 5 def filter @filter end |
#properties ⇒ Object
Returns the value of attribute properties.
6 7 8 |
# File 'lib/gom/storage/configuration/view/property.rb', line 6 def properties @properties end |