Class: TestCentricity::DataPresenter
- Defined in:
- lib/testcentricity_mobile/data_objects/data_objects_helper.rb
Instance Attribute Summary collapse
-
#current ⇒ Object
Returns the value of attribute current.
Class Method Summary collapse
Instance Attribute Details
#current ⇒ Object
Returns the value of attribute current.
25 26 27 |
# File 'lib/testcentricity_mobile/data_objects/data_objects_helper.rb', line 25 def current @current end |
Class Method Details
.current ⇒ Object
27 28 29 |
# File 'lib/testcentricity_mobile/data_objects/data_objects_helper.rb', line 27 def self.current @current end |
.current=(current) ⇒ Object
31 32 33 |
# File 'lib/testcentricity_mobile/data_objects/data_objects_helper.rb', line 31 def self.current=(current) @current = current end |