Sha256: 5a48f16b3b9a9bae6e33260057ee6ae8b23186beb94863328af06c3f120f91cf
Contents?: true
Size: 322 Bytes
Versions: 2
Compression:
Stored size: 322 Bytes
Contents
module CrystalApi class Report include Attributes root_element :report integer_attribute :id string_attribute :status string_attribute :report_type datetime_attribute :created_at datetime_attribute :expires_at datetime_attribute :updated_at hash_attribute :_links, :url end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
crystal_api-0.1.0 | lib/crystal_api/report.rb |
crystal_api-0.0.1 | lib/crystal_api/report.rb |