Class: SQLParser::Statement::Rspeed
- Defined in:
- lib/rossoc/statement.rb
Instance Attribute Summary collapse
-
#rspeed_specification ⇒ Object
readonly
Returns the value of attribute rspeed_specification.
Instance Method Summary collapse
-
#initialize(rspeed_specification) ⇒ Rspeed
constructor
A new instance of Rspeed.
Methods inherited from Node
Constructor Details
#initialize(rspeed_specification) ⇒ Rspeed
Returns a new instance of Rspeed.
70 71 72 |
# File 'lib/rossoc/statement.rb', line 70 def initialize(rspeed_specification) @rspeed_specification = rspeed_specification end |
Instance Attribute Details
#rspeed_specification ⇒ Object (readonly)
Returns the value of attribute rspeed_specification.
74 75 76 |
# File 'lib/rossoc/statement.rb', line 74 def rspeed_specification @rspeed_specification end |