Sha256: b525f48c4d3053f6a74f6f42ea28c76d1eb7ff22ff145e36c9f8974af4f77828
Contents?: true
Size: 409 Bytes
Versions: 7
Compression:
Stored size: 409 Bytes
Contents
# frozen_string_literal: true require_relative '../api_object' module Renstar module APIClient # An abstraction to the info hash that gets returned from the API # It defines getters and instance variables for each key/value pair in the # info response from the API for clean access. # class Info < APIObject def pp puts human_readable('info') end end end end
Version data entries
7 entries across 7 versions & 1 rubygems