class Orma::Attribute(T)
- Orma::Attribute(T)
- Reference
- Object
Defined in:
orma/attribute.crConstructors
- .new(model : ::Orma::Record.class, name : Symbol, value : Attribute(T))
- .new(model : ::Orma::Record.class, name : Symbol, value : T)
Instance Method Summary
- #<(other : self)
- #<(other : T)
- #<=(other : self)
- #<=(other : T)
-
#==(other : self)
Returns
true
if this reference is the same as other. - #==(other : T)
- #>(other : self)
- #>(other : T)
- #>=(other : self)
- #>=(other : T)
- #model : Orma::Record.class
- #name : Symbol
- #to_s(io)
- #value : T
- #value=(new_val : Attribute(T))
- #value=(value : T)
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.