Class: LoadFileNextBlock

Inherits:
Struct
  • Object
show all
Defined in:
lib/constants.rb

Instance Attribute Summary collapse

Instance Attribute Details

#load_fileObject

Returns the value of attribute load_file

Returns:

  • (Object)

    the current value of load_file



17
18
19
# File 'lib/constants.rb', line 17

def load_file
  @load_file
end

#next_blockObject

Returns the value of attribute next_block

Returns:

  • (Object)

    the current value of next_block



17
18
19
# File 'lib/constants.rb', line 17

def next_block
  @next_block
end