Class: Autotype::Capability
- Inherits:
-
Data
- Object
- Data
- Autotype::Capability
- Defined in:
- lib/autotype/engine.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
readonly
Returns the value of attribute arguments.
-
#keywords ⇒ Object
readonly
Returns the value of attribute keywords.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#receiver ⇒ Object
readonly
Returns the value of attribute receiver.
-
#result ⇒ Object
readonly
Returns the value of attribute result.
Instance Attribute Details
#arguments ⇒ Object (readonly)
Returns the value of attribute arguments
28 29 30 |
# File 'lib/autotype/engine.rb', line 28 def arguments @arguments end |
#keywords ⇒ Object (readonly)
Returns the value of attribute keywords
28 29 30 |
# File 'lib/autotype/engine.rb', line 28 def keywords @keywords end |
#line ⇒ Object (readonly)
Returns the value of attribute line
28 29 30 |
# File 'lib/autotype/engine.rb', line 28 def line @line end |
#message ⇒ Object (readonly)
Returns the value of attribute message
28 29 30 |
# File 'lib/autotype/engine.rb', line 28 def @message end |
#receiver ⇒ Object (readonly)
Returns the value of attribute receiver
28 29 30 |
# File 'lib/autotype/engine.rb', line 28 def receiver @receiver end |
#result ⇒ Object (readonly)
Returns the value of attribute result
28 29 30 |
# File 'lib/autotype/engine.rb', line 28 def result @result end |