Class: RSQL::Commands::Command
- Inherits:
-
Struct
- Object
- Struct
- RSQL::Commands::Command
- Defined in:
- lib/rsql/commands.rb
Instance Attribute Summary collapse
-
#bangs ⇒ Object
Returns the value of attribute bangs.
-
#content ⇒ Object
Returns the value of attribute content.
-
#declarator ⇒ Object
Returns the value of attribute declarator.
-
#displayer ⇒ Object
Returns the value of attribute displayer.
Instance Attribute Details
#bangs ⇒ Object
Returns the value of attribute bangs
43 44 45 |
# File 'lib/rsql/commands.rb', line 43 def bangs @bangs end |
#content ⇒ Object
Returns the value of attribute content
43 44 45 |
# File 'lib/rsql/commands.rb', line 43 def content @content end |
#declarator ⇒ Object
Returns the value of attribute declarator
43 44 45 |
# File 'lib/rsql/commands.rb', line 43 def declarator @declarator end |
#displayer ⇒ Object
Returns the value of attribute displayer
43 44 45 |
# File 'lib/rsql/commands.rb', line 43 def displayer @displayer end |