Class: Threatstack::Organization::Response
- Inherits:
-
Object
- Object
- Threatstack::Organization::Response
- Includes:
- Serializable
- Defined in:
- lib/threatstack/organization/response.rb
Instance Attribute Summary
Attributes included from Serializable
Instance Method Summary collapse
Methods included from Serializable
#attrs, included, #initialize, #method_missing
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Threatstack::Serializable
Instance Method Details
#organizations ⇒ Object
10 11 12 |
# File 'lib/threatstack/organization/response.rb', line 10 def organizations raw.map{ |a| Organization.new(a) } end |