Sha256: 30438a7915f7cfc40849faf06cad5d7305c3d758bb3010bec2c47bc87af9dfc8
Contents?: true
Size: 500 Bytes
Versions: 1
Compression:
Stored size: 500 Bytes
Contents
class UpdatePlayer attr_reader id: Integer attr_reader first_name: String attr_reader last_name: String attr_reader height_feet: Float attr_reader height_inches: Float attr_reader position: String attr_reader team_id: Integer attr_reader weight_pounds: Float def initialize: (Integer id, ?String? first_name, ?String? last_name, ?Float? height_feet, ?Float? height_inches, ?String? position, ?Integer? team_id, ?Float? weight_pounds) -> void def call: () -> untyped end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unit_st-0.1.6 | sig/lib/unit_st/update_player.rbs |