Class: Phoebe::Models::Product::ListRetrieveResponseItem::Ob::ObsAux

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/phoebe/models/product/list_retrieve_response.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initialize(obs_aux: nil, obs_dt: nil, obs_id: nil, species_code: nil) ⇒ Object

Parameters:



242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
# File 'lib/phoebe/models/product/list_retrieve_response.rb', line 242

class ObsAux < Phoebe::Internal::Type::BaseModel
  # @!attribute aux_code
  #
  #   @return [String, nil]
  optional :aux_code, String, api_name: :auxCode

  # @!attribute entry_method_code
  #
  #   @return [String, nil]
  optional :entry_method_code, String, api_name: :entryMethodCode

  # @!attribute field_name
  #
  #   @return [String, nil]
  optional :field_name, String, api_name: :fieldName

  # @!attribute obs_id
  #
  #   @return [String, nil]
  optional :obs_id, String, api_name: :obsId

  # @!attribute species_code
  #
  #   @return [String, nil]
  optional :species_code, String, api_name: :speciesCode

  # @!attribute sub_id
  #
  #   @return [String, nil]
  optional :sub_id, String, api_name: :subId

  # @!attribute value
  #
  #   @return [String, nil]
  optional :value, String

  # @!method initialize(aux_code: nil, entry_method_code: nil, field_name: nil, obs_id: nil, species_code: nil, sub_id: nil, value: nil)
  #   @param aux_code [String]
  #   @param entry_method_code [String]
  #   @param field_name [String]
  #   @param obs_id [String]
  #   @param species_code [String]
  #   @param sub_id [String]
  #   @param value [String]
end

Instance Attribute Details

#aux_codeString?

Returns:

  • (String, nil)


246
# File 'lib/phoebe/models/product/list_retrieve_response.rb', line 246

optional :aux_code, String, api_name: :auxCode

#entry_method_codeString?

Returns:

  • (String, nil)


251
# File 'lib/phoebe/models/product/list_retrieve_response.rb', line 251

optional :entry_method_code, String, api_name: :entryMethodCode

#field_nameString?

Returns:

  • (String, nil)


256
# File 'lib/phoebe/models/product/list_retrieve_response.rb', line 256

optional :field_name, String, api_name: :fieldName

#obs_idString?

Returns:

  • (String, nil)


261
# File 'lib/phoebe/models/product/list_retrieve_response.rb', line 261

optional :obs_id, String, api_name: :obsId

#species_codeString?

Returns:

  • (String, nil)


266
# File 'lib/phoebe/models/product/list_retrieve_response.rb', line 266

optional :species_code, String, api_name: :speciesCode

#sub_idString?

Returns:

  • (String, nil)


271
# File 'lib/phoebe/models/product/list_retrieve_response.rb', line 271

optional :sub_id, String, api_name: :subId

#valueString?

Returns:

  • (String, nil)


276
# File 'lib/phoebe/models/product/list_retrieve_response.rb', line 276

optional :value, String