Module: JavyTool

Defined in:
lib/javy_tool.rb,
lib/javy_tool/csv.rb,
lib/javy_tool/utils.rb,
lib/javy_tool/version.rb,
lib/javy_tool/breadcrumb.rb,
lib/javy_tool/custom_error.rb,
lib/javy_tool/construct_query.rb

Defined Under Namespace

Modules: Breadcrumb, ConstructQuery, Csv, CustomError, Utils

Constant Summary collapse

VERSION =
"0.1.3"
@@upload_path =
"/tmp"

Class Method Summary collapse

Class Method Details

.optionsObject



16
17
18
19
20
# File 'lib/javy_tool.rb', line 16

def self.options
  @@options ||= {
    :upload_path => upload_path
  }
end

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (JavyTool)

    the object that the method was called on



13
14
15
# File 'lib/javy_tool.rb', line 13

def self.setup
  yield self
end