Class: GenerativeUI::StructuralRef
- Inherits:
-
Data
- Object
- Data
- GenerativeUI::StructuralRef
- Defined in:
- lib/generative_ui/structural_ref.rb
Instance Attribute Summary collapse
-
#cardinality ⇒ Object
readonly
Returns the value of attribute cardinality.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#max_items ⇒ Object
readonly
Returns the value of attribute max_items.
-
#min_items ⇒ Object
readonly
Returns the value of attribute min_items.
-
#only ⇒ Object
readonly
Returns the value of attribute only.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#required ⇒ Object
readonly
Returns the value of attribute required.
Instance Attribute Details
#cardinality ⇒ Object (readonly)
Returns the value of attribute cardinality
4 5 6 |
# File 'lib/generative_ui/structural_ref.rb', line 4 def cardinality @cardinality end |
#description ⇒ Object (readonly)
Returns the value of attribute description
4 5 6 |
# File 'lib/generative_ui/structural_ref.rb', line 4 def description @description end |
#max_items ⇒ Object (readonly)
Returns the value of attribute max_items
4 5 6 |
# File 'lib/generative_ui/structural_ref.rb', line 4 def max_items @max_items end |
#min_items ⇒ Object (readonly)
Returns the value of attribute min_items
4 5 6 |
# File 'lib/generative_ui/structural_ref.rb', line 4 def min_items @min_items end |
#only ⇒ Object (readonly)
Returns the value of attribute only
4 5 6 |
# File 'lib/generative_ui/structural_ref.rb', line 4 def only @only end |
#path ⇒ Object (readonly)
Returns the value of attribute path
4 5 6 |
# File 'lib/generative_ui/structural_ref.rb', line 4 def path @path end |
#required ⇒ Object (readonly)
Returns the value of attribute required
4 5 6 |
# File 'lib/generative_ui/structural_ref.rb', line 4 def required @required end |