Class: RSQL::Commands::Command

Inherits:
Struct
  • Object
show all
Defined in:
lib/rsql/commands.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bangsObject

Returns the value of attribute bangs

Returns:

  • (Object)

    the current value of bangs



43
44
45
# File 'lib/rsql/commands.rb', line 43

def bangs
  @bangs
end

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



43
44
45
# File 'lib/rsql/commands.rb', line 43

def content
  @content
end

#declaratorObject

Returns the value of attribute declarator

Returns:

  • (Object)

    the current value of declarator



43
44
45
# File 'lib/rsql/commands.rb', line 43

def declarator
  @declarator
end

#displayerObject

Returns the value of attribute displayer

Returns:

  • (Object)

    the current value of displayer



43
44
45
# File 'lib/rsql/commands.rb', line 43

def displayer
  @displayer
end