Class: AtticPath::Commands
- Inherits:
-
Object
- Object
- AtticPath::Commands
- Defined in:
- lib/attic-path/commands.rb
Instance Attribute Summary collapse
-
#cd ⇒ Object
Returns the value of attribute cd.
-
#cd_help ⇒ Object
Returns the value of attribute cd_help.
-
#file_id ⇒ Object
Returns the value of attribute file_id.
-
#flush ⇒ Object
Returns the value of attribute flush.
-
#grab ⇒ Object
Returns the value of attribute grab.
-
#grab_count ⇒ Object
Returns the value of attribute grab_count.
-
#grab_exit ⇒ Object
Returns the value of attribute grab_exit.
-
#grab_full ⇒ Object
Returns the value of attribute grab_full.
-
#grab_help ⇒ Object
Returns the value of attribute grab_help.
-
#grab_no_file ⇒ Object
Returns the value of attribute grab_no_file.
-
#grab_not_found ⇒ Object
Returns the value of attribute grab_not_found.
-
#help ⇒ Object
Returns the value of attribute help.
-
#ls ⇒ Object
Returns the value of attribute ls.
-
#ls_help ⇒ Object
Returns the value of attribute ls_help.
-
#lsa ⇒ Object
Returns the value of attribute lsa.
-
#mv ⇒ Object
Returns the value of attribute mv.
-
#mv_help ⇒ Object
Returns the value of attribute mv_help.
-
#no_blank ⇒ Object
Returns the value of attribute no_blank.
-
#no_blank_error ⇒ Object
Returns the value of attribute no_blank_error.
-
#pathing ⇒ Object
Returns the value of attribute pathing.
-
#pathing_comment ⇒ Object
Returns the value of attribute pathing_comment.
-
#submit ⇒ Object
Returns the value of attribute submit.
-
#submit_command ⇒ Object
Returns the value of attribute submit_command.
Instance Method Summary collapse
-
#initialize(&block) ⇒ Commands
constructor
A new instance of Commands.
Constructor Details
#initialize(&block) ⇒ Commands
Returns a new instance of Commands.
7 8 9 |
# File 'lib/attic-path/commands.rb', line 7 def initialize(&block) instance_eval(&block) if block_given? end |
Instance Attribute Details
#cd ⇒ Object
Returns the value of attribute cd.
3 4 5 |
# File 'lib/attic-path/commands.rb', line 3 def cd @cd end |
#cd_help ⇒ Object
Returns the value of attribute cd_help.
3 4 5 |
# File 'lib/attic-path/commands.rb', line 3 def cd_help @cd_help end |
#file_id ⇒ Object
Returns the value of attribute file_id.
3 4 5 |
# File 'lib/attic-path/commands.rb', line 3 def file_id @file_id end |
#flush ⇒ Object
Returns the value of attribute flush.
3 4 5 |
# File 'lib/attic-path/commands.rb', line 3 def flush @flush end |
#grab ⇒ Object
Returns the value of attribute grab.
3 4 5 |
# File 'lib/attic-path/commands.rb', line 3 def grab @grab end |
#grab_count ⇒ Object
Returns the value of attribute grab_count.
3 4 5 |
# File 'lib/attic-path/commands.rb', line 3 def grab_count @grab_count end |
#grab_exit ⇒ Object
Returns the value of attribute grab_exit.
3 4 5 |
# File 'lib/attic-path/commands.rb', line 3 def grab_exit @grab_exit end |
#grab_full ⇒ Object
Returns the value of attribute grab_full.
3 4 5 |
# File 'lib/attic-path/commands.rb', line 3 def grab_full @grab_full end |
#grab_help ⇒ Object
Returns the value of attribute grab_help.
3 4 5 |
# File 'lib/attic-path/commands.rb', line 3 def grab_help @grab_help end |
#grab_no_file ⇒ Object
Returns the value of attribute grab_no_file.
3 4 5 |
# File 'lib/attic-path/commands.rb', line 3 def grab_no_file @grab_no_file end |
#grab_not_found ⇒ Object
Returns the value of attribute grab_not_found.
3 4 5 |
# File 'lib/attic-path/commands.rb', line 3 def grab_not_found @grab_not_found end |
#help ⇒ Object
Returns the value of attribute help.
3 4 5 |
# File 'lib/attic-path/commands.rb', line 3 def help @help end |
#ls ⇒ Object
Returns the value of attribute ls.
3 4 5 |
# File 'lib/attic-path/commands.rb', line 3 def ls @ls end |
#ls_help ⇒ Object
Returns the value of attribute ls_help.
3 4 5 |
# File 'lib/attic-path/commands.rb', line 3 def ls_help @ls_help end |
#lsa ⇒ Object
Returns the value of attribute lsa.
3 4 5 |
# File 'lib/attic-path/commands.rb', line 3 def lsa @lsa end |
#mv ⇒ Object
Returns the value of attribute mv.
3 4 5 |
# File 'lib/attic-path/commands.rb', line 3 def mv @mv end |
#mv_help ⇒ Object
Returns the value of attribute mv_help.
3 4 5 |
# File 'lib/attic-path/commands.rb', line 3 def mv_help @mv_help end |
#no_blank ⇒ Object
Returns the value of attribute no_blank.
3 4 5 |
# File 'lib/attic-path/commands.rb', line 3 def no_blank @no_blank end |
#no_blank_error ⇒ Object
Returns the value of attribute no_blank_error.
3 4 5 |
# File 'lib/attic-path/commands.rb', line 3 def no_blank_error @no_blank_error end |
#pathing ⇒ Object
Returns the value of attribute pathing.
3 4 5 |
# File 'lib/attic-path/commands.rb', line 3 def pathing @pathing end |
#pathing_comment ⇒ Object
Returns the value of attribute pathing_comment.
3 4 5 |
# File 'lib/attic-path/commands.rb', line 3 def pathing_comment @pathing_comment end |
#submit ⇒ Object
Returns the value of attribute submit.
3 4 5 |
# File 'lib/attic-path/commands.rb', line 3 def submit @submit end |
#submit_command ⇒ Object
Returns the value of attribute submit_command.
3 4 5 |
# File 'lib/attic-path/commands.rb', line 3 def submit_command @submit_command end |