Class: Jumbotron::Synchronization::Lease::Result
- Inherits:
-
Data
- Object
- Data
- Jumbotron::Synchronization::Lease::Result
- Defined in:
- app/synchronization/jumbotron/synchronization/lease.rb
Instance Attribute Summary collapse
-
#acquired ⇒ Object
readonly
Returns the value of attribute acquired.
-
#scope ⇒ Object
readonly
Returns the value of attribute scope.
-
#token ⇒ Object
readonly
Returns the value of attribute token.
Instance Method Summary collapse
Instance Attribute Details
#acquired ⇒ Object (readonly)
Returns the value of attribute acquired
23 24 25 |
# File 'app/synchronization/jumbotron/synchronization/lease.rb', line 23 def acquired @acquired end |
#scope ⇒ Object (readonly)
Returns the value of attribute scope
23 24 25 |
# File 'app/synchronization/jumbotron/synchronization/lease.rb', line 23 def scope @scope end |
#token ⇒ Object (readonly)
Returns the value of attribute token
23 24 25 |
# File 'app/synchronization/jumbotron/synchronization/lease.rb', line 23 def token @token end |
Instance Method Details
#acquired? ⇒ Boolean
24 25 26 |
# File 'app/synchronization/jumbotron/synchronization/lease.rb', line 24 def acquired? acquired end |