Class: Travis::Lock::None
- Inherits:
-
Struct
- Object
- Struct
- Travis::Lock::None
- Defined in:
- lib/travis/lock/none.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/travis/lock/none.rb', line 3 def name @name end |
#options ⇒ Object
Returns the value of attribute options
3 4 5 |
# File 'lib/travis/lock/none.rb', line 3 def end |
Instance Method Details
#exclusive ⇒ Object
4 5 6 |
# File 'lib/travis/lock/none.rb', line 4 def exclusive yield end |