Class: MotionBlender::Config
- Inherits:
-
Object
- Object
- MotionBlender::Config
- Defined in:
- lib/motion_blender/config.rb
Instance Attribute Summary collapse
-
#excepted_files ⇒ Object
readonly
Returns the value of attribute excepted_files.
-
#incepted_files ⇒ Object
readonly
Returns the value of attribute incepted_files.
-
#motion_dirs ⇒ Object
readonly
Returns the value of attribute motion_dirs.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
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_files ⇒ Object (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_files ⇒ Object (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_dirs ⇒ Object (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 |