class EpitechApi::Promo
Attributes
location[RW]
name[RW]
size[RW]
year[RW]
Public Class Methods
new(name, size, year, location)
click to toggle source
# File lib/epitech_api/DataTypes/promo.rb, line 6 def initialize(name, size, year, location) @name = name @size = size @year = year @location = location end