Class: AtticPath::Commands

Inherits:
Object
  • Object
show all
Defined in:
lib/attic-path/commands.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#cdObject

Returns the value of attribute cd.



3
4
5
# File 'lib/attic-path/commands.rb', line 3

def cd
  @cd
end

#cd_helpObject

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_idObject

Returns the value of attribute file_id.



3
4
5
# File 'lib/attic-path/commands.rb', line 3

def file_id
  @file_id
end

#flushObject

Returns the value of attribute flush.



3
4
5
# File 'lib/attic-path/commands.rb', line 3

def flush
  @flush
end

#grabObject

Returns the value of attribute grab.



3
4
5
# File 'lib/attic-path/commands.rb', line 3

def grab
  @grab
end

#grab_countObject

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_exitObject

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_fullObject

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_helpObject

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_fileObject

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_foundObject

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

#helpObject

Returns the value of attribute help.



3
4
5
# File 'lib/attic-path/commands.rb', line 3

def help
  @help
end

#lsObject

Returns the value of attribute ls.



3
4
5
# File 'lib/attic-path/commands.rb', line 3

def ls
  @ls
end

#ls_helpObject

Returns the value of attribute ls_help.



3
4
5
# File 'lib/attic-path/commands.rb', line 3

def ls_help
  @ls_help
end

#lsaObject

Returns the value of attribute lsa.



3
4
5
# File 'lib/attic-path/commands.rb', line 3

def lsa
  @lsa
end

#mvObject

Returns the value of attribute mv.



3
4
5
# File 'lib/attic-path/commands.rb', line 3

def mv
  @mv
end

#mv_helpObject

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_blankObject

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_errorObject

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

#pathingObject

Returns the value of attribute pathing.



3
4
5
# File 'lib/attic-path/commands.rb', line 3

def pathing
  @pathing
end

#pathing_commentObject

Returns the value of attribute pathing_comment.



3
4
5
# File 'lib/attic-path/commands.rb', line 3

def pathing_comment
  @pathing_comment
end

#submitObject

Returns the value of attribute submit.



3
4
5
# File 'lib/attic-path/commands.rb', line 3

def submit
  @submit
end

#submit_commandObject

Returns the value of attribute submit_command.



3
4
5
# File 'lib/attic-path/commands.rb', line 3

def submit_command
  @submit_command
end