Exception: GoodGuide::Gibbon::MissingData

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/goodguide/gibbon.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type, id, annotations) ⇒ MissingData



110
111
112
# File 'lib/goodguide/gibbon.rb', line 110

def initialize(type, id, annotations)
  @query_type, @id, @annotations = type, id, annotations
end

Instance Attribute Details

#annotationsObject (readonly)

Returns the value of attribute annotations.



109
110
111
# File 'lib/goodguide/gibbon.rb', line 109

def annotations
  @annotations
end

#idObject (readonly)

Returns the value of attribute id.



109
110
111
# File 'lib/goodguide/gibbon.rb', line 109

def id
  @id
end

#query_typeObject (readonly)

Returns the value of attribute query_type.



109
110
111
# File 'lib/goodguide/gibbon.rb', line 109

def query_type
  @query_type
end