class MockChargebee::Environment

Constants

API_VERSION

Attributes

repositories[R]

Public Class Methods

new() click to toggle source
# File lib/mock_chargebee/environment.rb, line 9
def initialize
  @repositories = Repositories.new
end