Sha256: 5cba3414e5ed1987f74e0266ac991f93e1280a0b41be6dcc34e1acedf432a1f9

Contents?: true

Size: 974 Bytes

Versions: 1

Compression:

Stored size: 974 Bytes

Contents

module Flippa
  class Listing
    include Virtus.model(strict: true)

    attribute :type
    attribute :id
    attribute :app_downloads_per_month
    attribute :bid_count
    attribute :buy_it_now_price
    attribute :confidential
    attribute :current_price
    attribute :ends_at
    attribute :established_at
    attribute :external_url
    attribute :has_verified_revenue
    attribute :has_verified_traffic
    attribute :html_url
    attribute :hostname
    attribute :page_views_per_month
    attribute :post_auction_negotiable
    attribute :profit_per_month
    attribute :property_name
    attribute :property_type
    attribute :reserve_met
    attribute :revenue_per_month
    attribute :revenue_sources
    attribute :sale_method
    attribute :starts_at
    attribute :status
    attribute :summary
    attribute :thumbnail_url
    attribute :title
    attribute :uniques_per_month
    attribute :watching
    # TODO
    # attribute :relationships
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
flippa-0.1.0 lib/flippa/listing.rb