Class: Awis::Models::BaseEntity
- Inherits:
-
Object
- Object
- Awis::Models::BaseEntity
- Includes:
- Utils::Variable
- Defined in:
- lib/awis/models/base_entity.rb
Direct Known Subclasses
Category, CategoryData, ContactInfo, ContentData, ContributingSubdomain, HistoricalData, LanguageCategory, LetterBar, Listing, OwnedDomain, PhoneNumber, RankByCountry, RelatedCategory, RelatedLink, Site, UsageStatistic
Instance Method Summary collapse
-
#initialize(options) ⇒ BaseEntity
constructor
A new instance of BaseEntity.
Methods included from Utils::Variable
Constructor Details
#initialize(options) ⇒ BaseEntity
Returns a new instance of BaseEntity.
8 9 10 |
# File 'lib/awis/models/base_entity.rb', line 8 def initialize() custom_instance_variables() end |