class OffTheGridTrucks::Vendor
Attributes
id[R]
name[R]
Public Class Methods
new(args)
click to toggle source
# File lib/off_the_grid_trucks/vendor.rb, line 5 def initialize(args) @id = args.fetch('id') {} @name = args.fetch('name') {} end