Class: Autotype::Capability

Inherits:
Data
  • Object
show all
Defined in:
lib/autotype/engine.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject (readonly)

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



28
29
30
# File 'lib/autotype/engine.rb', line 28

def arguments
  @arguments
end

#keywordsObject (readonly)

Returns the value of attribute keywords

Returns:

  • (Object)

    the current value of keywords



28
29
30
# File 'lib/autotype/engine.rb', line 28

def keywords
  @keywords
end

#lineObject (readonly)

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



28
29
30
# File 'lib/autotype/engine.rb', line 28

def line
  @line
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



28
29
30
# File 'lib/autotype/engine.rb', line 28

def message
  @message
end

#receiverObject (readonly)

Returns the value of attribute receiver

Returns:

  • (Object)

    the current value of receiver



28
29
30
# File 'lib/autotype/engine.rb', line 28

def receiver
  @receiver
end

#resultObject (readonly)

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



28
29
30
# File 'lib/autotype/engine.rb', line 28

def result
  @result
end