Class: TRMNL::API::Models::Recipes::Statistics
- Inherits:
-
Data
- Object
- Data
- TRMNL::API::Models::Recipes::Statistics
- Defined in:
- lib/trmnl/api/models/recipes/statistics.rb
Overview
Models the statistics of the API response.
Instance Attribute Summary collapse
-
#forks ⇒ Object
readonly
Returns the value of attribute forks.
-
#installs ⇒ Object
readonly
Returns the value of attribute installs.
Instance Attribute Details
#forks ⇒ Object (readonly)
Returns the value of attribute forks
8 9 10 |
# File 'lib/trmnl/api/models/recipes/statistics.rb', line 8 def forks @forks end |
#installs ⇒ Object (readonly)
Returns the value of attribute installs
8 9 10 |
# File 'lib/trmnl/api/models/recipes/statistics.rb', line 8 def installs @installs end |