Class: Bunto::Commands::Post::PostArgParser
- Inherits:
-
Bunto::Compose::ArgParser
- Object
- Bunto::Compose::ArgParser
- Bunto::Commands::Post::PostArgParser
- Defined in:
- lib/bunto/commands/post.rb
Instance Attribute Summary
Attributes inherited from Bunto::Compose::ArgParser
Instance Method Summary collapse
Methods inherited from Bunto::Compose::ArgParser
#force?, #initialize, #layout, #title, #type, #validate!
Constructor Details
This class inherits a constructor from Bunto::Compose::ArgParser
Instance Method Details
#date ⇒ Object
35 36 37 |
# File 'lib/bunto/commands/post.rb', line 35 def date ["date"].nil? ? Time.now : DateTime.parse(["date"]) end |