Class: Fizzy::Types::PendingAuthentication
- Inherits:
-
Data
- Object
- Data
- Fizzy::Types::PendingAuthentication
- Defined in:
- lib/fizzy/generated/types.rb
Instance Attribute Summary collapse
-
#pending_authentication_token ⇒ Object
readonly
Returns the value of attribute pending_authentication_token.
Class Method Summary collapse
Instance Attribute Details
#pending_authentication_token ⇒ Object (readonly)
Returns the value of attribute 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
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 |