struct

Octokit::Models::MarketplacePlan

Inherits Struct < Value < Object

Constructors

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)
new(__temp_958 : JSON::PullParser)

Instance methods

accounts_url
accounts_url=(_accounts_url : String)
bullets
bullets=(_bullets : Array(String))
description
description=(_description : String)
has_free_trial
has_free_trial=(_has_free_trial : Bool)
id
id=(_id : Int64)
monthly_price_in_cents
monthly_price_in_cents=(_monthly_price_in_cents : Int32)
name
name=(_name : String)
price_model
price_model=(_price_model : String)
state
state=(_state : String)
to_json(json : JSON::Builder)
unit_name
unit_name=(_unit_name : String)
url
url=(_url : String)
yearly_price_in_cents
yearly_price_in_cents=(_yearly_price_in_cents : Int32)