Class: Solidstats::GemMetadata::FetcherService::GemMeta

Inherits:
Struct
  • Object
show all
Defined in:
app/services/solidstats/gem_metadata/fetcher_service.rb

Instance Attribute Summary collapse

Instance Attribute Details

#current_versionObject

Returns the value of attribute current_version

Returns:

  • (Object)

    the current value of current_version



6
7
8
# File 'app/services/solidstats/gem_metadata/fetcher_service.rb', line 6

def current_version
  @current_version
end

#infoObject

Returns the value of attribute info

Returns:

  • (Object)

    the current value of info



6
7
8
# File 'app/services/solidstats/gem_metadata/fetcher_service.rb', line 6

def info
  @info
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'app/services/solidstats/gem_metadata/fetcher_service.rb', line 6

def name
  @name
end

#releasedObject

Returns the value of attribute released

Returns:

  • (Object)

    the current value of released



6
7
8
# File 'app/services/solidstats/gem_metadata/fetcher_service.rb', line 6

def released
  @released
end

#runtimeObject

Returns the value of attribute runtime

Returns:

  • (Object)

    the current value of runtime



6
7
8
# File 'app/services/solidstats/gem_metadata/fetcher_service.rb', line 6

def runtime
  @runtime
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



6
7
8
# File 'app/services/solidstats/gem_metadata/fetcher_service.rb', line 6

def version
  @version
end