Class: Smplkit::Management::ContextType

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#descriptionString?

Returns the value of attribute description.

Returns:

  • (String, nil)


34
35
36
# File 'sig/smplkit/management.rbs', line 34

def description
  @description
end

#idString?

Returns the value of attribute id.

Returns:

  • (String, nil)


31
32
33
# File 'sig/smplkit/management.rbs', line 31

def id
  @id
end

#keyString

Returns the value of attribute key.

Returns:

  • (String)


32
33
34
# File 'sig/smplkit/management.rbs', line 32

def key
  @key
end

#nameString?

Returns the value of attribute name.

Returns:

  • (String, nil)


33
34
35
# File 'sig/smplkit/management.rbs', line 33

def name
  @name
end

Instance Method Details

#deletevoid

This method returns an undefined value.



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

def delete: () -> void

#saveContextType

Returns:



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

def save: () -> ContextType