Class: Fizzy::Types::NotFoundErrorResponseContent
- Inherits:
-
Data
- Object
- Data
- Fizzy::Types::NotFoundErrorResponseContent
- Defined in:
- lib/fizzy/generated/types.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Class Method Summary collapse
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message
706 707 708 |
# File 'lib/fizzy/generated/types.rb', line 706 def @message end |
Class Method Details
.from_json(data) ⇒ Object
708 709 710 711 712 |
# File 'lib/fizzy/generated/types.rb', line 708 def self.from_json(data) new( message: data["message"] ) end |