Class: Fizzy::Types::PendingAuthentication

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#pending_authentication_tokenObject (readonly)

Returns the value of attribute pending_authentication_token

Returns:

  • (Object)

    the current value of pending_authentication_token



764
765
766
# File 'lib/fizzy/generated/types.rb', line 764

def pending_authentication_token
  @pending_authentication_token
end

Class Method Details

.from_json(data) ⇒ Object

Parameters:

  • data (Hash)

    raw JSON response



766
767
768
769
770
# File 'lib/fizzy/generated/types.rb', line 766

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