Class: MintPress::Mixins::Properties::PropertyArray
- Inherits:
-
Array
- Object
- Array
- MintPress::Mixins::Properties::PropertyArray
- Defined in:
- src/mintpress-utils/lib/mintpress-utils/property-mixin.rb
Properties (Read/Write)
Properties (Read Only)
Instance Method Summary collapse
- #+(item) ⇒ Object
- #<<(item) ⇒ Object
- #append(item) ⇒ Object
-
#concat(item) ⇒ Object
Why is this required? Whjy do we not get this just by existing? idek....
-
#harvest(url: nil, with_children: true, only_traverse_down: true, filter: nil) ⇒ Object
FIXME: this is WLSish - move it out of here.
-
#initialize(array, parent_class, parent_name) ⇒ PropertyArray
constructor
A new instance of PropertyArray.
Constructor Details
#initialize(array, parent_class, parent_name) ⇒ PropertyArray
Returns a new instance of PropertyArray.
Instance Method Details
#+(item) ⇒ Object
#<<(item) ⇒ Object
#append(item) ⇒ Object
#concat(item) ⇒ Object
Why is this required? Whjy do we not get this just by existing? idek....
#harvest(url: nil, with_children: true, only_traverse_down: true, filter: nil) ⇒ Object
FIXME: this is WLSish - move it out of here. it should be able to be handled as a monkeypatch