Class: Bitrise::Response
- Inherits:
-
Object
- Object
- Bitrise::Response
- Defined in:
- lib/bitrise/response.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(json) ⇒ Response
constructor
A new instance of Response.
Constructor Details
#initialize(json) ⇒ Response
Returns a new instance of Response.
3 4 5 |
# File 'lib/bitrise/response.rb', line 3 def initialize(json) @json = json end |