Class: Travis::Conditions::V0::Eval
- Inherits:
-
Struct
- Object
- Struct
- Travis::Conditions::V0::Eval
- Defined in:
- lib/travis/conditions/v0/eval.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#sexp ⇒ Object
Returns the value of attribute sexp.
Instance Method Summary collapse
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
4 5 6 |
# File 'lib/travis/conditions/v0/eval.rb', line 4 def data @data end |
#sexp ⇒ Object
Returns the value of attribute sexp
4 5 6 |
# File 'lib/travis/conditions/v0/eval.rb', line 4 def sexp @sexp end |
Instance Method Details
#apply ⇒ Object
5 6 7 |
# File 'lib/travis/conditions/v0/eval.rb', line 5 def apply !!evl(sexp) end |