Class: Smplkit::Management::Environment

Inherits:
Object
  • Object
show all
Defined in:
sig/smplkit/management.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#classificationString

Returns the value of attribute classification.

Returns:

  • (String)


20
21
22
# File 'sig/smplkit/management.rbs', line 20

def classification
  @classification
end

#colorColor?

Returns the value of attribute color.

Returns:



19
20
21
# File 'sig/smplkit/management.rbs', line 19

def color
  @color
end

#created_atObject

Returns the value of attribute created_at.

Returns:

  • (Object)


22
23
24
# File 'sig/smplkit/management.rbs', line 22

def created_at
  @created_at
end

#descriptionString?

Returns the value of attribute description.

Returns:

  • (String, nil)


21
22
23
# File 'sig/smplkit/management.rbs', line 21

def description
  @description
end

#idString?

Returns the value of attribute id.

Returns:

  • (String, nil)


16
17
18
# File 'sig/smplkit/management.rbs', line 16

def id
  @id
end

#keyString

Returns the value of attribute key.

Returns:

  • (String)


17
18
19
# File 'sig/smplkit/management.rbs', line 17

def key
  @key
end

#nameString?

Returns the value of attribute name.

Returns:

  • (String, nil)


18
19
20
# File 'sig/smplkit/management.rbs', line 18

def name
  @name
end

#updated_atObject

Returns the value of attribute updated_at.

Returns:

  • (Object)


23
24
25
# File 'sig/smplkit/management.rbs', line 23

def updated_at
  @updated_at
end

Instance Method Details

#deletevoid

This method returns an undefined value.



26
# File 'sig/smplkit/management.rbs', line 26

def delete: () -> void

#saveEnvironment

Returns:



24
# File 'sig/smplkit/management.rbs', line 24

def save: () -> Environment