Class: Jumbotron::Synchronization::Lease::Result

Inherits:
Data
  • Object
show all
Defined in:
app/synchronization/jumbotron/synchronization/lease.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#acquiredObject (readonly)

Returns the value of attribute acquired

Returns:

  • (Object)

    the current value of acquired



23
24
25
# File 'app/synchronization/jumbotron/synchronization/lease.rb', line 23

def acquired
  @acquired
end

#scopeObject (readonly)

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



23
24
25
# File 'app/synchronization/jumbotron/synchronization/lease.rb', line 23

def scope
  @scope
end

#tokenObject (readonly)

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



23
24
25
# File 'app/synchronization/jumbotron/synchronization/lease.rb', line 23

def token
  @token
end

Instance Method Details

#acquired?Boolean

Returns:

  • (Boolean)


24
25
26
# File 'app/synchronization/jumbotron/synchronization/lease.rb', line 24

def acquired?
  acquired
end