Class: TRMNL::API::Models::Recipes::Statistics

Inherits:
Data
  • Object
show all
Defined in:
lib/trmnl/api/models/recipes/statistics.rb

Overview

Models the statistics of the API response.

Instance Attribute Summary collapse

Instance Attribute Details

#forksObject (readonly)

Returns the value of attribute forks

Returns:

  • (Object)

    the current value of forks



8
9
10
# File 'lib/trmnl/api/models/recipes/statistics.rb', line 8

def forks
  @forks
end

#installsObject (readonly)

Returns the value of attribute installs

Returns:

  • (Object)

    the current value of installs



8
9
10
# File 'lib/trmnl/api/models/recipes/statistics.rb', line 8

def installs
  @installs
end