Class: GenerativeUI::StructuralRef

Inherits:
Data
  • Object
show all
Defined in:
lib/generative_ui/structural_ref.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cardinalityObject (readonly)

Returns the value of attribute cardinality

Returns:

  • (Object)

    the current value of cardinality



4
5
6
# File 'lib/generative_ui/structural_ref.rb', line 4

def cardinality
  @cardinality
end

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



4
5
6
# File 'lib/generative_ui/structural_ref.rb', line 4

def description
  @description
end

#max_itemsObject (readonly)

Returns the value of attribute max_items

Returns:

  • (Object)

    the current value of max_items



4
5
6
# File 'lib/generative_ui/structural_ref.rb', line 4

def max_items
  @max_items
end

#min_itemsObject (readonly)

Returns the value of attribute min_items

Returns:

  • (Object)

    the current value of min_items



4
5
6
# File 'lib/generative_ui/structural_ref.rb', line 4

def min_items
  @min_items
end

#onlyObject (readonly)

Returns the value of attribute only

Returns:

  • (Object)

    the current value of only



4
5
6
# File 'lib/generative_ui/structural_ref.rb', line 4

def only
  @only
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



4
5
6
# File 'lib/generative_ui/structural_ref.rb', line 4

def path
  @path
end

#requiredObject (readonly)

Returns the value of attribute required

Returns:

  • (Object)

    the current value of required



4
5
6
# File 'lib/generative_ui/structural_ref.rb', line 4

def required
  @required
end