Class: Dataset::Reload
- Inherits:
-
Object
- Object
- Dataset::Reload
- Defined in:
- lib/dataset/load.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#dataset_binding ⇒ Object
readonly
Returns the value of attribute dataset_binding.
-
#load ⇒ Object
readonly
Returns the value of attribute load.
Instance Method Summary collapse
-
#initialize(load) ⇒ Reload
constructor
A new instance of Reload.
Constructor Details
#initialize(load) ⇒ Reload
Returns a new instance of Reload.
42 43 44 45 |
# File 'lib/dataset/load.rb', line 42 def initialize(load) @load = load @dataset_binding = SessionBinding.new(@load.dataset_binding) end |
Instance Attribute Details
#dataset_binding ⇒ Object (readonly)
Returns the value of attribute dataset_binding.
39 40 41 |
# File 'lib/dataset/load.rb', line 39 def dataset_binding @dataset_binding end |
#load ⇒ Object (readonly)
Returns the value of attribute load.
39 40 41 |
# File 'lib/dataset/load.rb', line 39 def load @load end |