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
1042 1043 1044 |
# File 'lib/fizzy/generated/types.rb', line 1042 def completed @completed end |
#content ⇒ Object (readonly)
Returns the value of attribute content
1042 1043 1044 |
# File 'lib/fizzy/generated/types.rb', line 1042 def content @content end |
Class Method Details
.from_json(data) ⇒ Object
1044 1045 1046 1047 1048 1049 |
# File 'lib/fizzy/generated/types.rb', line 1044 def self.from_json(data) new( content: data["content"], completed: data["completed"] ) end |