Class: Pcrd::Schema::ObjectReader::Constraint
- Inherits:
-
Data
- Object
- Data
- Pcrd::Schema::ObjectReader::Constraint
- Defined in:
- lib/pcrd/schema/object_reader.rb
Overview
kind: f|u|c
Instance Attribute Summary collapse
-
#columns ⇒ Object
readonly
Returns the value of attribute columns.
-
#definition ⇒ Object
readonly
Returns the value of attribute definition.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#columns ⇒ Object (readonly)
Returns the value of attribute columns
14 15 16 |
# File 'lib/pcrd/schema/object_reader.rb', line 14 def columns @columns end |
#definition ⇒ Object (readonly)
Returns the value of attribute definition
14 15 16 |
# File 'lib/pcrd/schema/object_reader.rb', line 14 def definition @definition end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
14 15 16 |
# File 'lib/pcrd/schema/object_reader.rb', line 14 def kind @kind end |
#name ⇒ Object (readonly)
Returns the value of attribute name
14 15 16 |
# File 'lib/pcrd/schema/object_reader.rb', line 14 def name @name end |