Class: Fizzy::Types::CreateStepRequestContent
- Inherits:
-
Data
- Object
- Data
- Fizzy::Types::CreateStepRequestContent
- 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
460 461 462 |
# File 'lib/fizzy/generated/types.rb', line 460 def completed @completed end |
#content ⇒ Object (readonly)
Returns the value of attribute content
460 461 462 |
# File 'lib/fizzy/generated/types.rb', line 460 def content @content end |
Class Method Details
.from_json(data) ⇒ Object
462 463 464 465 466 467 |
# File 'lib/fizzy/generated/types.rb', line 462 def self.from_json(data) new( content: data["content"], completed: data["completed"] ) end |