Class: WorkOS::DomainVerificationIntentOptions
- Inherits:
-
Types::BaseModel
- Object
- Types::BaseModel
- WorkOS::DomainVerificationIntentOptions
- Defined in:
- lib/workos/admin_portal/domain_verification_intent_options.rb
Constant Summary collapse
- HASH_ATTRS =
{ domain_name: :domain_name }.freeze
Instance Attribute Summary collapse
-
#domain_name ⇒ Object
Returns the value of attribute domain_name.
Attributes inherited from Types::BaseModel
Instance Method Summary collapse
-
#initialize(json) ⇒ DomainVerificationIntentOptions
constructor
A new instance of DomainVerificationIntentOptions.
Methods inherited from Types::BaseModel
Methods included from HashProvider
Constructor Details
#initialize(json) ⇒ DomainVerificationIntentOptions
Returns a new instance of DomainVerificationIntentOptions.
13 14 15 16 |
# File 'lib/workos/admin_portal/domain_verification_intent_options.rb', line 13 def initialize(json) hash = self.class.normalize(json) @domain_name = hash[:domain_name] end |
Instance Attribute Details
#domain_name ⇒ Object
Returns the value of attribute domain_name.
11 12 13 |
# File 'lib/workos/admin_portal/domain_verification_intent_options.rb', line 11 def domain_name @domain_name end |