Class: MockChargebee::Environment
- Inherits:
-
Object
- Object
- MockChargebee::Environment
- Defined in:
- lib/mock_chargebee/environment.rb
Constant Summary collapse
- API_VERSION =
"v2"
Instance Attribute Summary collapse
-
#repositories ⇒ Object
readonly
Returns the value of attribute repositories.
Instance Method Summary collapse
-
#initialize ⇒ Environment
constructor
A new instance of Environment.
Constructor Details
#initialize ⇒ Environment
Returns a new instance of Environment.
9 10 11 |
# File 'lib/mock_chargebee/environment.rb', line 9 def initialize @repositories = Repositories.new end |
Instance Attribute Details
#repositories ⇒ Object (readonly)
Returns the value of attribute repositories.
7 8 9 |
# File 'lib/mock_chargebee/environment.rb', line 7 def repositories @repositories end |