Class: Smplkit::Management::ContextType
- Inherits:
-
Object
- Object
- Smplkit::Management::ContextType
- Defined in:
- sig/smplkit/management.rbs
Instance Attribute Summary collapse
-
#description ⇒ String?
Returns the value of attribute description.
-
#id ⇒ String?
Returns the value of attribute id.
-
#key ⇒ String
Returns the value of attribute key.
-
#name ⇒ String?
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#description ⇒ String?
Returns the value of attribute description.
34 35 36 |
# File 'sig/smplkit/management.rbs', line 34 def description @description end |
#id ⇒ String?
Returns the value of attribute id.
31 32 33 |
# File 'sig/smplkit/management.rbs', line 31 def id @id end |
#key ⇒ String
Returns the value of attribute key.
32 33 34 |
# File 'sig/smplkit/management.rbs', line 32 def key @key end |
#name ⇒ String?
Returns the value of attribute name.
33 34 35 |
# File 'sig/smplkit/management.rbs', line 33 def name @name end |
Instance Method Details
#delete ⇒ void
This method returns an undefined value.
37 |
# File 'sig/smplkit/management.rbs', line 37
def delete: () -> void
|