Class: ComfyConf::Definition::Prop
- Inherits:
-
Struct
- Object
- Struct
- ComfyConf::Definition::Prop
- Defined in:
- lib/comfy_conf/definition.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
Returns the value of attribute default.
-
#name ⇒ Object
Returns the value of attribute name.
-
#required ⇒ Object
Returns the value of attribute required.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#default ⇒ Object
Returns the value of attribute default
5 6 7 |
# File 'lib/comfy_conf/definition.rb', line 5 def default @default end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/comfy_conf/definition.rb', line 5 def name @name end |
#required ⇒ Object
Returns the value of attribute required
5 6 7 |
# File 'lib/comfy_conf/definition.rb', line 5 def required @required end |
#type ⇒ Object
Returns the value of attribute type
5 6 7 |
# File 'lib/comfy_conf/definition.rb', line 5 def type @type end |