Class: Smplkit::Management::AccountSettings

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#default_environmentString?

Returns the value of attribute default_environment.

Returns:

  • (String, nil)


44
45
46
# File 'sig/smplkit/management.rbs', line 44

def default_environment
  @default_environment
end

#environment_orderArray[String]

Returns the value of attribute environment_order.

Returns:

  • (Array[String])


43
44
45
# File 'sig/smplkit/management.rbs', line 43

def environment_order
  @environment_order
end

#idString?

Returns the value of attribute id.

Returns:

  • (String, nil)


42
43
44
# File 'sig/smplkit/management.rbs', line 42

def id
  @id
end

#updated_atObject

Returns the value of attribute updated_at.

Returns:

  • (Object)


45
46
47
# File 'sig/smplkit/management.rbs', line 45

def updated_at
  @updated_at
end

Instance Method Details

#saveAccountSettings

Returns:



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

def save: () -> AccountSettings