Exception: GoodGuide::Gibbon::MissingData
- Inherits:
-
RuntimeError
- Object
- StandardError
- RuntimeError
- GoodGuide::Gibbon::MissingData
- Defined in:
- lib/goodguide/gibbon.rb
Instance Attribute Summary collapse
-
#annotations ⇒ Object
readonly
Returns the value of attribute annotations.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#query_type ⇒ Object
readonly
Returns the value of attribute query_type.
Instance Method Summary collapse
-
#initialize(type, id, annotations) ⇒ MissingData
constructor
A new instance of MissingData.
Constructor Details
#initialize(type, id, annotations) ⇒ MissingData
Returns a new instance of MissingData.
116 117 118 |
# File 'lib/goodguide/gibbon.rb', line 116 def initialize(type, id, annotations) @query_type, @id, @annotations = type, id, annotations end |
Instance Attribute Details
#annotations ⇒ Object (readonly)
Returns the value of attribute annotations.
115 116 117 |
# File 'lib/goodguide/gibbon.rb', line 115 def annotations @annotations end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
115 116 117 |
# File 'lib/goodguide/gibbon.rb', line 115 def id @id end |
#query_type ⇒ Object (readonly)
Returns the value of attribute query_type.
115 116 117 |
# File 'lib/goodguide/gibbon.rb', line 115 def query_type @query_type end |