Class: Geostats::Grabber::Logs::Log
- Inherits:
-
Struct
- Object
- Struct
- Geostats::Grabber::Logs::Log
- Defined in:
- lib/geostats/grabber/logs.rb
Instance Attribute Summary collapse
-
#cache_name ⇒ Object
Returns the value of attribute cache_name.
-
#cache_uuid ⇒ Object
Returns the value of attribute cache_uuid.
-
#icon ⇒ Object
Returns the value of attribute icon.
-
#location ⇒ Object
Returns the value of attribute location.
-
#log_uuid ⇒ Object
Returns the value of attribute log_uuid.
-
#logged_at ⇒ Object
Returns the value of attribute logged_at.
Instance Attribute Details
#cache_name ⇒ Object
Returns the value of attribute cache_name
4 5 6 |
# File 'lib/geostats/grabber/logs.rb', line 4 def cache_name @cache_name end |
#cache_uuid ⇒ Object
Returns the value of attribute cache_uuid
4 5 6 |
# File 'lib/geostats/grabber/logs.rb', line 4 def cache_uuid @cache_uuid end |
#icon ⇒ Object
Returns the value of attribute icon
4 5 6 |
# File 'lib/geostats/grabber/logs.rb', line 4 def icon @icon end |
#location ⇒ Object
Returns the value of attribute location
4 5 6 |
# File 'lib/geostats/grabber/logs.rb', line 4 def location @location end |
#log_uuid ⇒ Object
Returns the value of attribute log_uuid
4 5 6 |
# File 'lib/geostats/grabber/logs.rb', line 4 def log_uuid @log_uuid end |
#logged_at ⇒ Object
Returns the value of attribute logged_at
4 5 6 |
# File 'lib/geostats/grabber/logs.rb', line 4 def logged_at @logged_at end |