struct Octokit::Models::MarketplacePlan
- Octokit::Models::MarketplacePlan
- Struct
- Value
- Object
Defined in:
octokit/models/apps_marketplace.crConstructors
- .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_939 : JSON::PullParser)
Instance Method Summary
- #accounts_url : String
- #accounts_url=(_accounts_url : String)
- #bullets : Array(String)
- #bullets=(_bullets : Array(String))
- #description : String
- #description=(_description : String)
- #has_free_trial : Bool
- #has_free_trial=(_has_free_trial : Bool)
- #id : Int64
- #id=(_id : Int64)
- #monthly_price_in_cents : Int32
- #monthly_price_in_cents=(_monthly_price_in_cents : Int32)
- #name : String
- #name=(_name : String)
- #price_model : String
- #price_model=(_price_model : String)
- #state : String
- #state=(_state : String)
- #to_json(json : JSON::Builder)
- #unit_name : String
- #unit_name=(_unit_name : String)
- #url : String
- #url=(_url : String)
- #yearly_price_in_cents : Int32
- #yearly_price_in_cents=(_yearly_price_in_cents : Int32)
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)
#