Class: ActiveDocument::MarkLogicSearchOptions::AttributeConstraint
- Inherits:
-
Object
- Object
- ActiveDocument::MarkLogicSearchOptions::AttributeConstraint
- Defined in:
- lib/ActiveDocument/mark_logic_search_options.rb
Instance Attribute Summary collapse
-
#attribute ⇒ Object
readonly
Returns the value of attribute attribute.
-
#attribute_namespace ⇒ Object
readonly
Returns the value of attribute attribute_namespace.
-
#element ⇒ Object
readonly
Returns the value of attribute element.
-
#element_namespace ⇒ Object
readonly
Returns the value of attribute element_namespace.
Instance Method Summary collapse
-
#initialize(attribute_namespace, attribute, element_namespace, element) ⇒ AttributeConstraint
constructor
A new instance of AttributeConstraint.
Constructor Details
#initialize(attribute_namespace, attribute, element_namespace, element) ⇒ AttributeConstraint
Returns a new instance of AttributeConstraint.
165 166 167 168 169 170 |
# File 'lib/ActiveDocument/mark_logic_search_options.rb', line 165 def initialize (attribute_namespace, attribute, element_namespace, element) @attribute_namespace = attribute_namespace @attribute = attribute @element_namespace = element_namespace @element = element end |
Instance Attribute Details
#attribute ⇒ Object (readonly)
Returns the value of attribute attribute.
163 164 165 |
# File 'lib/ActiveDocument/mark_logic_search_options.rb', line 163 def attribute @attribute end |
#attribute_namespace ⇒ Object (readonly)
Returns the value of attribute attribute_namespace.
163 164 165 |
# File 'lib/ActiveDocument/mark_logic_search_options.rb', line 163 def attribute_namespace @attribute_namespace end |
#element ⇒ Object (readonly)
Returns the value of attribute element.
163 164 165 |
# File 'lib/ActiveDocument/mark_logic_search_options.rb', line 163 def element @element end |
#element_namespace ⇒ Object (readonly)
Returns the value of attribute element_namespace.
163 164 165 |
# File 'lib/ActiveDocument/mark_logic_search_options.rb', line 163 def element_namespace @element_namespace end |