Class: DroneApi::Inspections::Create::Params

Inherits:
Struct
  • Object
show all
Defined in:
lib/drone_api/inspections/create.rb

Instance Attribute Summary collapse

Instance Attribute Details

#buildingObject

Returns the value of attribute building

Returns:

  • (Object)

    the current value of building



2
3
4
# File 'lib/drone_api/inspections/create.rb', line 2

def building
  @building
end

#building_idObject

Returns the value of attribute building_id

Returns:

  • (Object)

    the current value of building_id



2
3
4
# File 'lib/drone_api/inspections/create.rb', line 2

def building_id
  @building_id
end

#client_idObject

Returns the value of attribute client_id

Returns:

  • (Object)

    the current value of client_id



2
3
4
# File 'lib/drone_api/inspections/create.rb', line 2

def client_id
  @client_id
end

#inspection_dateObject

Returns the value of attribute inspection_date

Returns:

  • (Object)

    the current value of inspection_date



2
3
4
# File 'lib/drone_api/inspections/create.rb', line 2

def inspection_date
  @inspection_date
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



2
3
4
# File 'lib/drone_api/inspections/create.rb', line 2

def name
  @name
end

#technical_survey_idObject

Returns the value of attribute technical_survey_id

Returns:

  • (Object)

    the current value of technical_survey_id



2
3
4
# File 'lib/drone_api/inspections/create.rb', line 2

def technical_survey_id
  @technical_survey_id
end