Class: Axiom::Attribute::Class
- Inherits:
-
Object
- Object
- Axiom::Attribute
- Object
- Axiom::Attribute::Class
- Defined in:
- lib/axiom/attribute/class.rb
Overview
Represents a Class value in a relation tuple
Constant Summary
Constants inherited from Axiom::Attribute
Instance Attribute Summary
Attributes inherited from Axiom::Attribute
Class Method Summary collapse
-
.type ⇒ Class<Types::Class>
The attribute type.
Methods included from Function::Predicate::Equality::Methods
Methods included from Function::Predicate::Exclusion::Methods
Methods included from Function::Predicate::Inequality::Methods
Methods included from Function::Predicate::Inclusion::Methods
Methods included from Axiom::Aggregate::Count::Methods
Methods inherited from Axiom::Attribute
#call, coerce, #include?, infer_type, #initialize, name_from, #optional?, #rename, #required?
Methods included from Axiom::Aliasable
Methods included from Visitable
Constructor Details
This class inherits a constructor from Axiom::Attribute
Class Method Details
.type ⇒ Class<Types::Class>
The attribute type
17 18 19 |
# File 'lib/axiom/attribute/class.rb', line 17 def self.type Types::Class end |