Class: SQLParser::Statement::Rspeed

Inherits:
Node
  • Object
show all
Defined in:
lib/rossoc/statement.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Node

#accept, #to_sql

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_specificationObject (readonly)

Returns the value of attribute rspeed_specification.



74
75
76
# File 'lib/rossoc/statement.rb', line 74

def rspeed_specification
  @rspeed_specification
end