class Aviateur::Base

Attributes

body[R]
raw[R]

Public Class Methods

new(body) click to toggle source
# File lib/aviateur/base.rb, line 7
def initialize(body)
  @body = body
  @raw = JSON.parse @body
end