GRAttributeWithRating
class GRAttributeWithRating
create this class because we will share the GRAttribute
object for all over the app and just get the rating
, which is diffrent for all copy of same attribute
-
Undocumented
Declaration
Swift
var attribute : GRAttribute -
Undocumented
Declaration
Swift
var rating : Double -
Undocumented
Declaration
Swift
init(attribute : GRAttribute, rating : Double) -
Undocumented
Declaration
Swift
func desc() -
Undocumented
Declaration
Swift
func makeCopy() -> GRAttributeWithRating
GRAttributeWithRating Class Reference