From: aidy Date: 2007-04-04T06:20:05+09:00 Subject: Re: invoke base class nested method Thanks for your advice. What I mean to ask is that once I have entered the class method (self.login()) can I then assign username=ie.text_field(:name, 'user_name') and invoke this assignment in the sub class class A_Test < ObjectMap login.username end ? Or something like that cheers aidy