Class: TestCentricity::DataPresenter

Inherits:
Object
  • Object
show all
Defined in:
lib/testcentricity_mobile/data_objects/data_objects_helper.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#currentObject

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

.currentObject



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