Class: DroneApi::Clients::Create::Params
- Inherits:
-
Struct
- Object
- Struct
- DroneApi::Clients::Create::Params
- Defined in:
- lib/drone_api/clients/create.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#organization ⇒ Object
Returns the value of attribute organization.
-
#original_client_id ⇒ Object
Returns the value of attribute original_client_id.
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email
3 4 5 |
# File 'lib/drone_api/clients/create.rb', line 3 def email @email end |
#first_name ⇒ Object
Returns the value of attribute first_name
3 4 5 |
# File 'lib/drone_api/clients/create.rb', line 3 def first_name @first_name end |
#last_name ⇒ Object
Returns the value of attribute last_name
3 4 5 |
# File 'lib/drone_api/clients/create.rb', line 3 def last_name @last_name end |
#organization ⇒ Object
Returns the value of attribute organization
3 4 5 |
# File 'lib/drone_api/clients/create.rb', line 3 def organization @organization end |
#original_client_id ⇒ Object
Returns the value of attribute original_client_id
3 4 5 |
# File 'lib/drone_api/clients/create.rb', line 3 def original_client_id @original_client_id end |