Method: Hubba::Resource#initialize
- Defined in:
- lib/hubba/github.rb
#initialize(data) ⇒ Resource
Returns a new instance of Resource.
39 40 41 |
# File 'lib/hubba/github.rb', line 39 def initialize( data ) @data = data end |
Returns a new instance of Resource.
39 40 41 |
# File 'lib/hubba/github.rb', line 39 def initialize( data ) @data = data end |