Class: JQuery::JSExpr
- Inherits:
-
Object
- Object
- JQuery::JSExpr
- Defined in:
- lib/jquery.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#expr ⇒ Object
Returns the value of attribute expr.
Instance Method Summary collapse
-
#initialize(expr) ⇒ JSExpr
constructor
A new instance of JSExpr.
Constructor Details
#initialize(expr) ⇒ JSExpr
68 69 70 |
# File 'lib/jquery.rb', line 68 def initialize(expr) @expr = expr end |
Instance Attribute Details
#expr ⇒ Object
Returns the value of attribute expr.
66 67 68 |
# File 'lib/jquery.rb', line 66 def expr @expr end |