Class: ActiveOperation::Input
- Inherits:
-
Object
- Object
- ActiveOperation::Input
- Includes:
- SmartProperties
- Defined in:
- lib/active_operation/input.rb
Instance Method Summary collapse
Instance Method Details
#keyword? ⇒ Boolean
11 12 13 |
# File 'lib/active_operation/input.rb', line 11 def keyword? type == :keyword end |
#name ⇒ Object
15 16 17 |
# File 'lib/active_operation/input.rb', line 15 def name property.name end |
#positional? ⇒ Boolean
7 8 9 |
# File 'lib/active_operation/input.rb', line 7 def positional? type == :positional end |