Class: Smplkit::Management::AccountSettings
- Inherits:
-
Object
- Object
- Smplkit::Management::AccountSettings
- Defined in:
- sig/smplkit/management.rbs
Instance Attribute Summary collapse
-
#default_environment ⇒ String?
Returns the value of attribute default_environment.
-
#environment_order ⇒ Array[String]
Returns the value of attribute environment_order.
-
#id ⇒ String?
Returns the value of attribute id.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Instance Method Summary collapse
Instance Attribute Details
#default_environment ⇒ String?
Returns the value of attribute default_environment.
44 45 46 |
# File 'sig/smplkit/management.rbs', line 44 def default_environment @default_environment end |
#environment_order ⇒ Array[String]
Returns the value of attribute environment_order.
43 44 45 |
# File 'sig/smplkit/management.rbs', line 43 def environment_order @environment_order end |
#id ⇒ String?
Returns the value of attribute id.
42 43 44 |
# File 'sig/smplkit/management.rbs', line 42 def id @id end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
45 46 47 |
# File 'sig/smplkit/management.rbs', line 45 def updated_at @updated_at end |
Instance Method Details
#save ⇒ AccountSettings
46 |
# File 'sig/smplkit/management.rbs', line 46
def save: () -> AccountSettings
|