Class: Kotoshu::Cli::StatusReport::ResourceStatus

Inherits:
Struct
  • Object
show all
Defined in:
lib/kotoshu/cli/status_report.rb

Instance Attribute Summary collapse

Instance Attribute Details

#availableObject

Returns the value of attribute available

Returns:

  • (Object)

    the current value of available



11
12
13
# File 'lib/kotoshu/cli/status_report.rb', line 11

def available
  @available
end

#cached_atObject

Returns the value of attribute cached_at

Returns:

  • (Object)

    the current value of cached_at



11
12
13
# File 'lib/kotoshu/cli/status_report.rb', line 11

def cached_at
  @cached_at
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



11
12
13
# File 'lib/kotoshu/cli/status_report.rb', line 11

def language
  @language
end

#resourceObject

Returns the value of attribute resource

Returns:

  • (Object)

    the current value of resource



11
12
13
# File 'lib/kotoshu/cli/status_report.rb', line 11

def resource
  @resource
end

#size_bytesObject

Returns the value of attribute size_bytes

Returns:

  • (Object)

    the current value of size_bytes



11
12
13
# File 'lib/kotoshu/cli/status_report.rb', line 11

def size_bytes
  @size_bytes
end