Class: FinchAPI::Models::Sandbox::IndividualUpdateResponse::Email
- Defined in:
- lib/finch-api/models/sandbox/individual_update_response.rb
Overview
def initialize: (Hash | FinchAPI::BaseModel) -> void
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(data: nil, type: nil) ⇒ Email
constructor
A new instance of Email.
Constructor Details
#initialize(data: nil, type: nil) ⇒ Email
Returns a new instance of Email.
4 |
# File 'lib/finch-api/models/sandbox/individual_update_response.rb', line 4 def initialize(data: nil, type: nil, **) = super |
Instance Attribute Details
#data ⇒ String?
136 |
# File 'lib/finch-api/models/sandbox/individual_update_response.rb', line 136 optional :data, String |