The attribute exposed externally is `seconds`. The internal accessor/mutator functions are therefore named `get_seconds` and `set_seconds`, respectively. From the outside, you can modify the attribute like
eggtimer1.seconds:180
Ah, it's shown under Prototype/Attributes...
I managed to look everywhere else.