Class: Bitrise::Response

Inherits:
Object
  • Object
show all
Defined in:
lib/bitrise/response.rb

Direct Known Subclasses

AppResponse

Instance Method Summary collapse

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