class KnapsackPro::BuildDistributionFetcher::BuildDistributionEntity
Attributes
response[R]
Public Class Methods
new(response)
click to toggle source
# File lib/knapsack_pro/build_distribution_fetcher.rb, line 6 def initialize(response) @response = response end
Public Instance Methods
test_files()
click to toggle source
# File lib/knapsack_pro/build_distribution_fetcher.rb, line 14 def test_files response.fetch('test_files') end
time_execution()
click to toggle source
# File lib/knapsack_pro/build_distribution_fetcher.rb, line 10 def time_execution response.fetch('time_execution') end