sathish316/scrapify

Attribute data types

Opened this issue · 0 comments

Support optional datatype for each attribute

Example:

class IMDB
  attribute :title, type: String
  attribute :votes, type: Integer
  attribute :rating, type: Decimal
  attribute :released_data, type: DateTime
end