Class: Fizzy::Types::UpdateStepRequestContent
- Inherits:
-
Data
- Object
- Data
- Fizzy::Types::UpdateStepRequestContent
- Defined in:
- lib/fizzy/generated/types.rb
Instance Attribute Summary collapse
-
#completed ⇒ Object
readonly
Returns the value of attribute completed.
-
#content ⇒ Object
readonly
Returns the value of attribute content.
Class Method Summary collapse
Instance Attribute Details
#completed ⇒ Object (readonly)
Returns the value of attribute completed
1053 1054 1055 |
# File 'lib/fizzy/generated/types.rb', line 1053 def completed @completed end |
#content ⇒ Object (readonly)
Returns the value of attribute content
1053 1054 1055 |
# File 'lib/fizzy/generated/types.rb', line 1053 def content @content end |
Class Method Details
.from_json(data) ⇒ Object
1055 1056 1057 1058 1059 1060 |
# File 'lib/fizzy/generated/types.rb', line 1055 def self.from_json(data) new( content: data["content"], completed: data["completed"] ) end |