Class: HappyCo::V1Item
- Inherits:
-
Object
- Object
- HappyCo::V1Item
- Defined in:
- lib/happyco_json/models/v1_item.rb
Overview
-
Item contains most of the inspection information such as; selected rating values, notes and photos. The name of an item should make sense in context of the section which they are a child of. An item corresponds to an individual inspection row within the inspection.
Instance Attribute Summary collapse
-
#info ⇒ Object
-
Info is an optional field that can be used to provide helpful information to the inspector.
-
-
#name ⇒ Object
-
Name is an optional field but should be set to something that makes sense in context of the parent section.
-
-
#notes ⇒ Object
-
Notes is an optional field where inspectors can type custom notes (optionally using SnapText) that pertain to this item.
-
-
#photos ⇒ Object
-
Photos data can be added with the AddInspectionPhotos api.
-
-
#rating_group_key ⇒ Object
-
Rating group key is a string that can be used to access a rating group from the parent inspection.
-
-
#scores ⇒ Object
-
Scores are a map of rating keys and the selected score(s).
-
-
#task_work_category_id ⇒ Object
-
Task work category ID is an optional field that can be used to assign a task to an item.
-
-
#values ⇒ Object
-
Values are a map of rating keys and the selected value(s).
-
Class Method Summary collapse
-
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
-
.swagger_types ⇒ Object
Attribute type mapping.
Instance Method Summary collapse
-
#==(o) ⇒ Object
Checks equality by comparing each attribute.
-
#_deserialize(type, value) ⇒ Object
Deserializes the data based on type.
-
#_to_hash(value) ⇒ Hash
Outputs non-array value in the form of hash For object, use to_hash.
-
#build_from_hash(attributes) ⇒ Object
Builds the object from hash.
- #eql?(o) ⇒ Boolean
-
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
-
#initialize(attributes = {}) ⇒ V1Item
constructor
Initializes the object.
-
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons.
-
#to_body ⇒ Hash
to_body is an alias to to_hash (backward compatibility).
-
#to_hash ⇒ Hash
Returns the object in the form of hash.
-
#to_s ⇒ String
Returns the string representation of the object.
-
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid.
Constructor Details
#initialize(attributes = {}) ⇒ V1Item
Initializes the object
84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 |
# File 'lib/happyco_json/models/v1_item.rb', line 84 def initialize(attributes = {}) return unless attributes.is_a?(Hash) # convert string to symbol for hash key attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v} if attributes.has_key?(:'name') self.name = attributes[:'name'] end if attributes.has_key?(:'notes') self.notes = attributes[:'notes'] end if attributes.has_key?(:'info') self.info = attributes[:'info'] end if attributes.has_key?(:'photos') if (value = attributes[:'photos']).is_a?(Array) self.photos = value end end if attributes.has_key?(:'rating_group_key') self. = attributes[:'rating_group_key'] end if attributes.has_key?(:'values') if (value = attributes[:'values']).is_a?(Array) self.values = value end end if attributes.has_key?(:'scores') if (value = attributes[:'scores']).is_a?(Array) self.scores = value end end if attributes.has_key?(:'task_work_category_id') self.task_work_category_id = attributes[:'task_work_category_id'] end end |
Instance Attribute Details
#info ⇒ Object
-
Info is an optional field that can be used to provide helpful information to the inspector. It is not shown on the report and is primarily used to help training.
36 37 38 |
# File 'lib/happyco_json/models/v1_item.rb', line 36 def info @info end |
#name ⇒ Object
-
Name is an optional field but should be set to something that makes sense in context of the parent section. For example; ‘Kitchen’: ‘Sink’, ‘Floor 1’: ‘Water Heater’.
30 31 32 |
# File 'lib/happyco_json/models/v1_item.rb', line 30 def name @name end |
#notes ⇒ Object
-
Notes is an optional field where inspectors can type custom notes (optionally using SnapText) that pertain to this item.
33 34 35 |
# File 'lib/happyco_json/models/v1_item.rb', line 33 def notes @notes end |
#photos ⇒ Object
-
Photos data can be added with the AddInspectionPhotos api.
39 40 41 |
# File 'lib/happyco_json/models/v1_item.rb', line 39 def photos @photos end |
#rating_group_key ⇒ Object
-
Rating group key is a string that can be used to access a rating group from the parent inspection. A rating group must exist for this key within the inspection for the value to be valid.
42 43 44 |
# File 'lib/happyco_json/models/v1_item.rb', line 42 def end |
#scores ⇒ Object
-
Scores are a map of rating keys and the selected score(s). That can be referenced using the item’s associated rating group.
48 49 50 |
# File 'lib/happyco_json/models/v1_item.rb', line 48 def scores @scores end |
#task_work_category_id ⇒ Object
-
Task work category ID is an optional field that can be used to assign a task to an item. Note that this is only useful when a business has access to Tasks.
51 52 53 |
# File 'lib/happyco_json/models/v1_item.rb', line 51 def task_work_category_id @task_work_category_id end |
#values ⇒ Object
-
Values are a map of rating keys and the selected value(s). That can be referenced using the item’s associated rating group.
45 46 47 |
# File 'lib/happyco_json/models/v1_item.rb', line 45 def values @values end |
Class Method Details
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
55 56 57 58 59 60 61 62 63 64 65 66 |
# File 'lib/happyco_json/models/v1_item.rb', line 55 def self.attribute_map { :'name' => :'name', :'notes' => :'notes', :'info' => :'info', :'photos' => :'photos', :'rating_group_key' => :'rating_group_key', :'values' => :'values', :'scores' => :'scores', :'task_work_category_id' => :'task_work_category_id' } end |
.swagger_types ⇒ Object
Attribute type mapping.
69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/happyco_json/models/v1_item.rb', line 69 def self.swagger_types { :'name' => :'String', :'notes' => :'String', :'info' => :'String', :'photos' => :'Array<V1Photo>', :'rating_group_key' => :'String', :'values' => :'Hash<String, V1RatingValues>', :'scores' => :'Hash<String, V1FloatArray>', :'task_work_category_id' => :'String' } end |
Instance Method Details
#==(o) ⇒ Object
Checks equality by comparing each attribute.
145 146 147 148 149 150 151 152 153 154 155 156 |
# File 'lib/happyco_json/models/v1_item.rb', line 145 def ==(o) return true if self.equal?(o) self.class == o.class && name == o.name && notes == o.notes && info == o.info && photos == o.photos && == o. && values == o.values && scores == o.scores && task_work_category_id == o.task_work_category_id end |
#_deserialize(type, value) ⇒ Object
Deserializes the data based on type
194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 |
# File 'lib/happyco_json/models/v1_item.rb', line 194 def _deserialize(type, value) case type.to_sym when :DateTime DateTime.parse(value) when :Date Date.parse(value) when :String value.to_s when :Integer value.to_i when :Float value.to_f when :BOOLEAN if value.to_s =~ /^(true|t|yes|y|1)$/i true else false end when :Object # generic object (usually a Hash), return directly value when /\AArray<(?<inner_type>.+)>\z/ inner_type = Regexp.last_match[:inner_type] value.map { |v| _deserialize(inner_type, v) } when /\AHash<(?<k_type>.+), (?<v_type>.+)>\z/ k_type = Regexp.last_match[:k_type] v_type = Regexp.last_match[:v_type] {}.tap do |hash| value.each do |k, v| hash[_deserialize(k_type, k)] = _deserialize(v_type, v) end end else # model temp_model = HappyCo.const_get(type).new temp_model.build_from_hash(value) end end |
#_to_hash(value) ⇒ Hash
Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value
260 261 262 263 264 265 266 267 268 269 270 271 272 |
# File 'lib/happyco_json/models/v1_item.rb', line 260 def _to_hash(value) if value.is_a?(Array) value.compact.map{ |v| _to_hash(v) } elsif value.is_a?(Hash) {}.tap do |hash| value.each { |k, v| hash[k] = _to_hash(v) } end elsif value.respond_to? :to_hash value.to_hash else value end end |
#build_from_hash(attributes) ⇒ Object
Builds the object from hash
173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 |
# File 'lib/happyco_json/models/v1_item.rb', line 173 def build_from_hash(attributes) return nil unless attributes.is_a?(Hash) self.class.swagger_types.each_pair do |key, type| if type =~ /^Array<(.*)>/i # check to ensure the input is an array given that the the attribute # is documented as an array but the input is not if attributes[self.class.attribute_map[key]].is_a?(Array) self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } ) end elsif !attributes[self.class.attribute_map[key]].nil? self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]])) end # or else data not found in attributes(hash), not an issue as the data can be optional end self end |
#eql?(o) ⇒ Boolean
160 161 162 |
# File 'lib/happyco_json/models/v1_item.rb', line 160 def eql?(o) self == o end |
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
166 167 168 |
# File 'lib/happyco_json/models/v1_item.rb', line 166 def hash [name, notes, info, photos, , values, scores, task_work_category_id].hash end |
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
132 133 134 135 |
# File 'lib/happyco_json/models/v1_item.rb', line 132 def list_invalid_properties invalid_properties = Array.new return invalid_properties end |
#to_body ⇒ Hash
to_body is an alias to to_hash (backward compatibility)
240 241 242 |
# File 'lib/happyco_json/models/v1_item.rb', line 240 def to_body to_hash end |
#to_hash ⇒ Hash
Returns the object in the form of hash
246 247 248 249 250 251 252 253 254 |
# File 'lib/happyco_json/models/v1_item.rb', line 246 def to_hash hash = {} self.class.attribute_map.each_pair do |attr, param| value = self.send(attr) next if value.nil? hash[param] = _to_hash(value) end hash end |
#to_s ⇒ String
Returns the string representation of the object
234 235 236 |
# File 'lib/happyco_json/models/v1_item.rb', line 234 def to_s to_hash.to_s end |
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
139 140 141 |
# File 'lib/happyco_json/models/v1_item.rb', line 139 def valid? return true end |