class DellinInfo::API::Reference

Constants

TYPE

Attributes

hash[R]
url[R]

Public Class Methods

new(hash) click to toggle source
# File lib/dellininfo/reference.rb, line 17
def initialize(hash)
  @hash = hash['hash']
  @url  = hash['url']
  self
end