Class: TestCentricity::DataObject
- Defined in:
- lib/testcentricity_apps/data_objects/data_objects_helper.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#context ⇒ Object
Returns the value of attribute context.
-
#current ⇒ Object
Returns the value of attribute current.
-
#hash_table ⇒ Object
Returns the value of attribute hash_table.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data) ⇒ DataObject
constructor
A new instance of DataObject.
Constructor Details
#initialize(data) ⇒ DataObject
Returns a new instance of DataObject.
22 23 24 |
# File 'lib/testcentricity_apps/data_objects/data_objects_helper.rb', line 22 def initialize(data) @hash_table = data end |
Instance Attribute Details
#context ⇒ Object
Returns the value of attribute context.
19 20 21 |
# File 'lib/testcentricity_apps/data_objects/data_objects_helper.rb', line 19 def context @context end |
#current ⇒ Object
Returns the value of attribute current.
18 19 20 |
# File 'lib/testcentricity_apps/data_objects/data_objects_helper.rb', line 18 def current @current end |
#hash_table ⇒ Object
Returns the value of attribute hash_table.
20 21 22 |
# File 'lib/testcentricity_apps/data_objects/data_objects_helper.rb', line 20 def hash_table @hash_table end |
Class Method Details
.current ⇒ Object
26 27 28 |
# File 'lib/testcentricity_apps/data_objects/data_objects_helper.rb', line 26 def self.current @current end |
.current=(current) ⇒ Object
30 31 32 |
# File 'lib/testcentricity_apps/data_objects/data_objects_helper.rb', line 30 def self.current=(current) @current = current end |