Classes Problems
Make a Getter Action
Now that you have created a field and a setter action, add the ability to get the value of the message field. Swap the editor to the getClass.quorum tab. Add the action block and edit the action to be named GetMessage that returns text. Then, add and edit the return block so it returns the message field.
Swap back to the Main.quorum tab in the editor. Then read through the code and check that action call works with the GetMessage action you wrote. The program should output the following when the GetMessage action is complete.
This is a message from the TestClass field, message.
Set the message from outside of the TestClass.