Class: MotionBlender::Config

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfig

Returns a new instance of Config.



5
6
7
8
9
# File 'lib/motion_blender/config.rb', line 5

def initialize
  @incepted_files = []
  @excepted_files = []
  @motion_dirs = []
end

Instance Attribute Details

#excepted_filesObject (readonly)

Returns the value of attribute excepted_files.



3
4
5
# File 'lib/motion_blender/config.rb', line 3

def excepted_files
  @excepted_files
end

#incepted_filesObject (readonly)

Returns the value of attribute incepted_files.



3
4
5
# File 'lib/motion_blender/config.rb', line 3

def incepted_files
  @incepted_files
end

#motion_dirsObject (readonly)

Returns the value of attribute motion_dirs.



3
4
5
# File 'lib/motion_blender/config.rb', line 3

def motion_dirs
  @motion_dirs
end