Class: Fizzy::Types::RedeemMagicLinkRequestContent
- Inherits:
-
Data
- Object
- Data
- Fizzy::Types::RedeemMagicLinkRequestContent
- Defined in:
- lib/fizzy/generated/types.rb
Instance Attribute Summary collapse
-
#token ⇒ Object
readonly
Returns the value of attribute token.
Class Method Summary collapse
Instance Attribute Details
#token ⇒ Object (readonly)
Returns the value of attribute token
797 798 799 |
# File 'lib/fizzy/generated/types.rb', line 797 def token @token end |
Class Method Details
.from_json(data) ⇒ Object
799 800 801 802 803 |
# File 'lib/fizzy/generated/types.rb', line 799 def self.from_json(data) new( token: data["token"] ) end |