Module: Warrant::WarrantObject
- Included in:
- Feature, Permission, PricingTier, Role, Tenant, User
- Defined in:
- lib/warrant/warrant_object.rb
Instance Method Summary collapse
Instance Method Details
#warrant_object_id ⇒ Object
9 10 11 |
# File 'lib/warrant/warrant_object.rb', line 9 def warrant_object_id raise "IMPLEMENT OBJECT ID!" end |
#warrant_object_type ⇒ Object
5 6 7 |
# File 'lib/warrant/warrant_object.rb', line 5 def warrant_object_type raise "IMPLEMENT OBJECT TYPE!" end |