Class: Fizzy::Types::RequestEmailAddressChangeRequestContent

Inherits:
Data
  • Object
show all
Defined in:
lib/fizzy/generated/types.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#email_addressObject (readonly)

Returns the value of attribute email_address

Returns:

  • (Object)

    the current value of email_address



822
823
824
# File 'lib/fizzy/generated/types.rb', line 822

def email_address
  @email_address
end

Class Method Details

.from_json(data) ⇒ Object

Parameters:

  • data (Hash)

    raw JSON response



824
825
826
827
828
# File 'lib/fizzy/generated/types.rb', line 824

def self.from_json(data)
  new(
    email_address: data["email_address"]
  )
end