struct Ktistec::Model::InstanceMethods::Node
- Ktistec::Model::InstanceMethods::Node
- Struct
- Value
- Object
Defined in:
framework/model.crConstructors
Instance Method Summary
- #association : String | Nil
- #clone
- #copy_with(model _model = @model, association _association = @association, index _index = @index)
- #index : Int32 | Nil
- #model : Model::InstanceMethods
Constructor Detail
def self.new(model : Model::InstanceMethods, association : String | Nil, index : Int32 | Nil)
#
Instance Method Detail
def copy_with(model _model = @model, association _association = @association, index _index = @index)
#