class Crunchbase::Model::PastTeam
Constants
- RESOURCE_LIST
Attributes
person[R]
Public Class Methods
new(json)
click to toggle source
Calls superclass method
Crunchbase::Model::Job::new
# File lib/crunchbase/model/past_team.rb, line 9 def initialize(json) super end
Public Instance Methods
relationship_lists()
click to toggle source
# File lib/crunchbase/model/past_team.rb, line 13 def relationship_lists { 'person' => Person } end