Class: Kotoshu::Cli::StatusReport::ResourceStatus
- Inherits:
-
Struct
- Object
- Struct
- Kotoshu::Cli::StatusReport::ResourceStatus
- Defined in:
- lib/kotoshu/cli/status_report.rb
Instance Attribute Summary collapse
-
#available ⇒ Object
Returns the value of attribute available.
-
#cached_at ⇒ Object
Returns the value of attribute cached_at.
-
#language ⇒ Object
Returns the value of attribute language.
-
#resource ⇒ Object
Returns the value of attribute resource.
-
#size_bytes ⇒ Object
Returns the value of attribute size_bytes.
Instance Attribute Details
#available ⇒ Object
Returns the value of attribute available
11 12 13 |
# File 'lib/kotoshu/cli/status_report.rb', line 11 def available @available end |
#cached_at ⇒ Object
Returns the value of attribute cached_at
11 12 13 |
# File 'lib/kotoshu/cli/status_report.rb', line 11 def cached_at @cached_at end |
#language ⇒ Object
Returns the value of attribute language
11 12 13 |
# File 'lib/kotoshu/cli/status_report.rb', line 11 def language @language end |
#resource ⇒ Object
Returns the value of attribute resource
11 12 13 |
# File 'lib/kotoshu/cli/status_report.rb', line 11 def resource @resource end |
#size_bytes ⇒ Object
Returns the value of attribute size_bytes
11 12 13 |
# File 'lib/kotoshu/cli/status_report.rb', line 11 def size_bytes @size_bytes end |