Class: Smplkit::Management::Environment
- Inherits:
-
Object
- Object
- Smplkit::Management::Environment
- Defined in:
- sig/smplkit/management.rbs
Instance Attribute Summary collapse
-
#classification ⇒ String
Returns the value of attribute classification.
-
#color ⇒ Color?
Returns the value of attribute color.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#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.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Instance Method Summary collapse
Instance Attribute Details
#classification ⇒ String
Returns the value of attribute classification.
20 21 22 |
# File 'sig/smplkit/management.rbs', line 20 def classification @classification end |
#color ⇒ Color?
Returns the value of attribute color.
19 20 21 |
# File 'sig/smplkit/management.rbs', line 19 def color @color end |
#created_at ⇒ Object
Returns the value of attribute created_at.
22 23 24 |
# File 'sig/smplkit/management.rbs', line 22 def created_at @created_at end |
#description ⇒ String?
Returns the value of attribute description.
21 22 23 |
# File 'sig/smplkit/management.rbs', line 21 def description @description end |
#id ⇒ String?
Returns the value of attribute id.
16 17 18 |
# File 'sig/smplkit/management.rbs', line 16 def id @id end |
#key ⇒ String
Returns the value of attribute key.
17 18 19 |
# File 'sig/smplkit/management.rbs', line 17 def key @key end |
#name ⇒ String?
Returns the value of attribute name.
18 19 20 |
# File 'sig/smplkit/management.rbs', line 18 def name @name end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
23 24 25 |
# File 'sig/smplkit/management.rbs', line 23 def updated_at @updated_at end |
Instance Method Details
#delete ⇒ void
This method returns an undefined value.
26 |
# File 'sig/smplkit/management.rbs', line 26
def delete: () -> void
|