struct Octokit::Models::MarketplacePlan

Defined in:

octokit/models/apps_marketplace.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(url : String, accounts_url : String, id : Int64, name : String, description : String, monthly_price_in_cents : Int32, yearly_price_in_cents : Int32, price_model : String, unit_name : String, bullets : Array(String), state : String, has_free_trial : Bool) #

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

Instance Method Detail

def accounts_url : String #

def accounts_url=(_accounts_url : String) #

def bullets : Array(String) #

def bullets=(_bullets : Array(String)) #

def description : String #

def description=(_description : String) #

def has_free_trial : Bool #

def has_free_trial=(_has_free_trial : Bool) #

def id : Int64 #

def id=(_id : Int64) #

def monthly_price_in_cents : Int32 #

def monthly_price_in_cents=(_monthly_price_in_cents : Int32) #

def name : String #

def name=(_name : String) #

def price_model : String #

def price_model=(_price_model : String) #

def state : String #

def state=(_state : String) #

def to_json(json : JSON::Builder) #

def unit_name : String #

def unit_name=(_unit_name : String) #

def url : String #

def url=(_url : String) #

def yearly_price_in_cents : Int32 #

def yearly_price_in_cents=(_yearly_price_in_cents : Int32) #