Class: Enlight::Responses::CreateOrganization
- Defined in:
- lib/enlight/responses/create_organization.rb
Instance Attribute Summary collapse
-
#organization_id ⇒ Object
Returns the value of attribute organization_id.
Attributes inherited from Response
Method Summary
Methods inherited from Response
Constructor Details
This class inherits a constructor from Enlight::Responses::Response
Instance Attribute Details
#organization_id ⇒ Object
Returns the value of attribute organization_id.
4 5 6 |
# File 'lib/enlight/responses/create_organization.rb', line 4 def organization_id @organization_id end |