Class: Indexmap::Creator::ValidationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Indexmap::Creator::ValidationConfiguration
- Defined in:
- lib/indexmap/creator.rb
Instance Attribute Summary collapse
-
#base_url ⇒ Object
Returns the value of attribute base_url.
-
#index_filename ⇒ Object
Returns the value of attribute index_filename.
-
#storage ⇒ Object
Returns the value of attribute storage.
Instance Attribute Details
#base_url ⇒ Object
Returns the value of attribute base_url
7 8 9 |
# File 'lib/indexmap/creator.rb', line 7 def base_url @base_url end |
#index_filename ⇒ Object
Returns the value of attribute index_filename
7 8 9 |
# File 'lib/indexmap/creator.rb', line 7 def index_filename @index_filename end |
#storage ⇒ Object
Returns the value of attribute storage
7 8 9 |
# File 'lib/indexmap/creator.rb', line 7 def storage @storage end |