Class: DroneApi::Inspections::Create::Params
- Inherits:
-
Struct
- Object
- Struct
- DroneApi::Inspections::Create::Params
- Defined in:
- lib/drone_api/inspections/create.rb
Instance Attribute Summary collapse
-
#building ⇒ Object
Returns the value of attribute building.
-
#building_id ⇒ Object
Returns the value of attribute building_id.
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#inspection_date ⇒ Object
Returns the value of attribute inspection_date.
-
#name ⇒ Object
Returns the value of attribute name.
-
#technical_survey_id ⇒ Object
Returns the value of attribute technical_survey_id.
Instance Attribute Details
#building ⇒ Object
Returns the value of attribute building
2 3 4 |
# File 'lib/drone_api/inspections/create.rb', line 2 def building @building end |
#building_id ⇒ Object
Returns the value of attribute building_id
2 3 4 |
# File 'lib/drone_api/inspections/create.rb', line 2 def building_id @building_id end |
#client_id ⇒ Object
Returns the value of attribute client_id
2 3 4 |
# File 'lib/drone_api/inspections/create.rb', line 2 def client_id @client_id end |
#inspection_date ⇒ Object
Returns the value of attribute inspection_date
2 3 4 |
# File 'lib/drone_api/inspections/create.rb', line 2 def inspection_date @inspection_date end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/drone_api/inspections/create.rb', line 2 def name @name end |
#technical_survey_id ⇒ Object
Returns the value of attribute technical_survey_id
2 3 4 |
# File 'lib/drone_api/inspections/create.rb', line 2 def technical_survey_id @technical_survey_id end |