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.
-
#inspection_date ⇒ Object
Returns the value of attribute inspection_date.
-
#name ⇒ Object
Returns the value of attribute name.
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 |
#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 |