Class: Sprout::Executable::Number

Inherits:
Param
  • Object
show all
Defined in:
lib/sprout/executable/number.rb

Overview

Concrete Sprout::Executable::Param object for numeric values.

See Also:

Constant Summary

Constant Summary

Constants inherited from Param

Param::DEFAULT_DELIMITER, Param::DEFAULT_OPTION_PARSER_TYPE_NAME, Param::DEFAULT_PREFIX, Param::DEFAULT_SHORT_PREFIX

Instance Attribute Summary

Attributes inherited from Param

#belongs_to, #delimiter, #description, #file_expression, #hidden_name, #hidden_value, #name, #prefix, #reader, #required, #shell_name, #short_name, #to_shell_proc, #type, #value, #writer

Method Summary

Methods inherited from Param

#clean_path, #default, #default=, #default_option_parser_declaration, #file_is_output?, #hidden_name?, #hidden_value?, #initialize, #option_parser_declaration, #option_parser_name, #option_parser_short_name, #option_parser_type_name, #option_parser_type_output, #prepare, #prepare_prerequisites, #prepared?, #required?, #shell_value, #short_prefix, #to_rdoc, #to_shell, #validate, #visible?

Constructor Details

This class inherits a constructor from Sprout::Executable::Param