lol maggie
This commit is contained in:
parent
00a1805879
commit
95e4ea865e
12
Method_desc.rb
Normal file
12
Method_desc.rb
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
class Method_desc
|
||||||
|
attr_accessor :type
|
||||||
|
attr_accessor :name
|
||||||
|
attr_accessor :parameters
|
||||||
|
|
||||||
|
def initialize(typ, nam, param)
|
||||||
|
@type = typ
|
||||||
|
@name = nam
|
||||||
|
@parameters = param
|
||||||
|
end
|
||||||
|
|
||||||
|
end
|
BIN
flight.pdf
Normal file
BIN
flight.pdf
Normal file
Binary file not shown.
1
lol.rb
1
lol.rb
|
@ -13,6 +13,7 @@ name = prim_class
|
||||||
container_class = container
|
container_class = container
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
container_obj = "flights"
|
container_obj = "flights"
|
||||||
to_string_template = "0, 1 km/hour, 2 seats"
|
to_string_template = "0, 1 km/hour, 2 seats"
|
||||||
|
|
||||||
|
|
BIN
train-1.pdf
Normal file
BIN
train-1.pdf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user