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
717 718 719 |
# File 'lib/fizzy/generated/types.rb', line 717 def @message end |
Class Method Details
.from_json(data) ⇒ Object
719 720 721 722 723 |
# File 'lib/fizzy/generated/types.rb', line 719 def self.from_json(data) new( message: data["message"] ) end |