Class: Cadenya::Models::AccountSpec
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Cadenya::Models::AccountSpec
- Defined in:
- lib/cadenya/models/account_spec.rb
Instance Attribute Summary collapse
- #billing_email ⇒ String?
- #description ⇒ String?
- #domain ⇒ String?
- #workspaces ⇒ Array<Cadenya::Models::Workspace>?
Instance Method Summary collapse
-
#initialize(billing_email: nil, description: nil, domain: nil, workspaces: nil) ⇒ Object
constructor
Configuration for an account.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(billing_email: nil, description: nil, domain: nil, workspaces: nil) ⇒ Object
Configuration for an account.
|
|
# File 'lib/cadenya/models/account_spec.rb', line 26
|
Instance Attribute Details
#billing_email ⇒ String?
9 |
# File 'lib/cadenya/models/account_spec.rb', line 9 optional :billing_email, String, api_name: :billingEmail |
#description ⇒ String?
14 |
# File 'lib/cadenya/models/account_spec.rb', line 14 optional :description, String |
#domain ⇒ String?
19 |
# File 'lib/cadenya/models/account_spec.rb', line 19 optional :domain, String |