Class: Indexmap::Creator::ValidationConfiguration

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

Instance Attribute Summary collapse

Instance Attribute Details

#base_urlObject

Returns the value of attribute base_url

Returns:

  • (Object)

    the current value of base_url



7
8
9
# File 'lib/indexmap/creator.rb', line 7

def base_url
  @base_url
end

#index_filenameObject

Returns the value of attribute index_filename

Returns:

  • (Object)

    the current value of index_filename



7
8
9
# File 'lib/indexmap/creator.rb', line 7

def index_filename
  @index_filename
end

#storageObject

Returns the value of attribute storage

Returns:

  • (Object)

    the current value of storage



7
8
9
# File 'lib/indexmap/creator.rb', line 7

def storage
  @storage
end