Class: SQLParser::Statement::Rsleep
- Defined in:
- lib/rossoc/statement.rb
Instance Attribute Summary collapse
-
#rsleep_specification ⇒ Object
readonly
Returns the value of attribute rsleep_specification.
Instance Method Summary collapse
-
#initialize(rsleep_specification) ⇒ Rsleep
constructor
A new instance of Rsleep.
Methods inherited from Node
Constructor Details
#initialize(rsleep_specification) ⇒ Rsleep
Returns a new instance of Rsleep.
62 63 64 |
# File 'lib/rossoc/statement.rb', line 62 def initialize(rsleep_specification) @rsleep_specification = rsleep_specification end |
Instance Attribute Details
#rsleep_specification ⇒ Object (readonly)
Returns the value of attribute rsleep_specification.
66 67 68 |
# File 'lib/rossoc/statement.rb', line 66 def rsleep_specification @rsleep_specification end |