Class: Marta::SmartPage
- Inherits:
-
Object
- Object
- Marta::SmartPage
- Includes:
- BlackMagic, ClassesCreation, Dialogs, Injector, Json2Class, Lightning, OptionsAndPaths, PageArithmetic, PublicMethods, ReadWrite, Server, SimpleElementFinder, UserValuePrework, XPath
- Defined in:
- lib/marta.rb
Instance Attribute Summary collapse
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#data ⇒ Object
Returns the value of attribute data.
-
#edit_mark ⇒ Object
Returns the value of attribute edit_mark.
Class Method Summary collapse
-
.open_page(*args) ⇒ Object
open_page can create new instance.
Methods included from PublicMethods
#default_method_missing, #engine, #initialize, #method_edit, #method_missing, #open_page
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Marta::PublicMethods
Instance Attribute Details
#class_name ⇒ Object
Returns the value of attribute class_name.
37 38 39 |
# File 'lib/marta.rb', line 37 def class_name @class_name end |
#data ⇒ Object
Returns the value of attribute data.
37 38 39 |
# File 'lib/marta.rb', line 37 def data @data end |
#edit_mark ⇒ Object
Returns the value of attribute edit_mark.
37 38 39 |
# File 'lib/marta.rb', line 37 def edit_mark @edit_mark end |
Class Method Details
.open_page(*args) ⇒ Object
open_page can create new instance
44 45 46 47 |
# File 'lib/marta.rb', line 44 def self.open_page(*args) page = self.new page.open_page(*args) end |