Class: Beachcomber::CacheRow
- Inherits:
-
Struct
- Object
- Struct
- Beachcomber::CacheRow
- Defined in:
- lib/beachcomber/types.rb
Instance Attribute Summary collapse
-
#age_ms ⇒ Object
Returns the value of attribute age_ms.
-
#failure ⇒ Object
Returns the value of attribute failure.
-
#field ⇒ Object
Returns the value of attribute field.
-
#fsevents_reinstate ⇒ Object
Returns the value of attribute fsevents_reinstate.
-
#keep_alive_polls ⇒ Object
Returns the value of attribute keep_alive_polls.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#path ⇒ Object
Returns the value of attribute path.
-
#poll_interval_secs ⇒ Object
Returns the value of attribute poll_interval_secs.
-
#provider ⇒ Object
Returns the value of attribute provider.
-
#source ⇒ Object
Returns the value of attribute source.
-
#stale ⇒ Object
Returns the value of attribute stale.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#age_ms ⇒ Object
Returns the value of attribute age_ms
3 4 5 |
# File 'lib/beachcomber/types.rb', line 3 def age_ms @age_ms end |
#failure ⇒ Object
Returns the value of attribute failure
3 4 5 |
# File 'lib/beachcomber/types.rb', line 3 def failure @failure end |
#field ⇒ Object
Returns the value of attribute field
3 4 5 |
# File 'lib/beachcomber/types.rb', line 3 def field @field end |
#fsevents_reinstate ⇒ Object
Returns the value of attribute fsevents_reinstate
3 4 5 |
# File 'lib/beachcomber/types.rb', line 3 def fsevents_reinstate @fsevents_reinstate end |
#keep_alive_polls ⇒ Object
Returns the value of attribute keep_alive_polls
3 4 5 |
# File 'lib/beachcomber/types.rb', line 3 def keep_alive_polls @keep_alive_polls end |
#kind ⇒ Object
Returns the value of attribute kind
3 4 5 |
# File 'lib/beachcomber/types.rb', line 3 def kind @kind end |
#path ⇒ Object
Returns the value of attribute path
3 4 5 |
# File 'lib/beachcomber/types.rb', line 3 def path @path end |
#poll_interval_secs ⇒ Object
Returns the value of attribute poll_interval_secs
3 4 5 |
# File 'lib/beachcomber/types.rb', line 3 def poll_interval_secs @poll_interval_secs end |
#provider ⇒ Object
Returns the value of attribute provider
3 4 5 |
# File 'lib/beachcomber/types.rb', line 3 def provider @provider end |
#source ⇒ Object
Returns the value of attribute source
3 4 5 |
# File 'lib/beachcomber/types.rb', line 3 def source @source end |
#stale ⇒ Object
Returns the value of attribute stale
3 4 5 |
# File 'lib/beachcomber/types.rb', line 3 def stale @stale end |
#value ⇒ Object
Returns the value of attribute value
3 4 5 |
# File 'lib/beachcomber/types.rb', line 3 def value @value end |