Class: Inertia::Configuration

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

Overview

Hold the configuration for the command

Instance Attribute Summary collapse

Instance Attribute Details

#ignore_erbObject

Returns the value of attribute ignore_erb.



20
21
22
# File 'lib/inertia.rb', line 20

def ignore_erb
  @ignore_erb
end

#ignore_hamlObject

Returns the value of attribute ignore_haml.



20
21
22
# File 'lib/inertia.rb', line 20

def ignore_haml
  @ignore_haml
end

#ignore_jsObject

Returns the value of attribute ignore_js.



20
21
22
# File 'lib/inertia.rb', line 20

def ignore_js
  @ignore_js
end

#ignore_jsxObject

Returns the value of attribute ignore_jsx.



20
21
22
# File 'lib/inertia.rb', line 20

def ignore_jsx
  @ignore_jsx
end

#ignore_rablObject

Returns the value of attribute ignore_rabl.



20
21
22
# File 'lib/inertia.rb', line 20

def ignore_rabl
  @ignore_rabl
end

#ignore_ruby_specObject

Returns the value of attribute ignore_ruby_spec.



20
21
22
# File 'lib/inertia.rb', line 20

def ignore_ruby_spec
  @ignore_ruby_spec
end

#ignore_scssObject

Returns the value of attribute ignore_scss.



20
21
22
# File 'lib/inertia.rb', line 20

def ignore_scss
  @ignore_scss
end

#ignore_tsObject

Returns the value of attribute ignore_ts.



20
21
22
# File 'lib/inertia.rb', line 20

def ignore_ts
  @ignore_ts
end

#ignore_tsxObject

Returns the value of attribute ignore_tsx.



20
21
22
# File 'lib/inertia.rb', line 20

def ignore_tsx
  @ignore_tsx
end

#ignore_ymlObject

Returns the value of attribute ignore_yml.



20
21
22
# File 'lib/inertia.rb', line 20

def ignore_yml
  @ignore_yml
end