class Hubba::Github::Resource

(nested) classes for “wrapped” response (parsed json body)

Attributes

data[R]

Public Class Methods

new( data ) click to toggle source
# File lib/hubba/github.rb, line 11
def initialize( data )
  @data = data
end