Class: VNetAPIClient::ResponseFormats::Format

Inherits:
Object
  • Object
show all
Defined in:
lib/vnet_api_client/response_format.rb

Direct Known Subclasses

Json

Instance Method Summary collapse

Instance Method Details

#parse(response) ⇒ Object

Raises:

  • (NotImplementedError)


16
17
18
# File 'lib/vnet_api_client/response_format.rb', line 16

def parse(response)
  raise NotImplementedError
end