struct Octokit::Models::MarketplacePurchaseEvent

Defined in:

octokit/models/event_types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(action : String, effective_date : Union(String, Nil), marketplace_purchase : Union(MarketplacePurchase, Nil), previous_marketplace_purchase : Union(MarketplacePurchase, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil)) #

def self.new(__temp_1547 : JSON::PullParser) #

Instance Method Detail

def action : String #

def action=(_action : String) #

def effective_date : Union(String, Nil) #

def effective_date=(_effective_date : Union(String, Nil)) #

def installation : Union(Installation, Nil) #

def installation=(_installation : Union(Installation, Nil)) #

def marketplace_purchase : Union(MarketplacePurchase, Nil) #

def marketplace_purchase=(_marketplace_purchase : Union(MarketplacePurchase, Nil)) #

def previous_marketplace_purchase : Union(MarketplacePurchase, Nil) #

def previous_marketplace_purchase=(_previous_marketplace_purchase : Union(MarketplacePurchase, Nil)) #

def sender : Union(User, Nil) #

def sender=(_sender : Union(User, Nil)) #

def to_json(json : JSON::Builder) #