The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

AtomBus::Schema::Result::AtomBusFeed

VERSION

version 1.0405

NAME

AtomBus::Schema::Result::AtomBusFeed

ACCESSORS

id

  data_type: 'varchar'
  is_nullable: 0
  size: 100

title

  data_type: 'varchar'
  is_nullable: 0
  size: 255

author_name

  data_type: 'varchar'
  is_nullable: 1
  size: 255

author_email

  data_type: 'varchar'
  is_nullable: 1
  size: 255

updated

  data_type: 'varchar'
  is_nullable: 0
  size: 100

RELATIONS

atombus_entries

Type: has_many

Related object: AtomBus::Schema::Result::AtomBusEntry

AUTHOR

Naveed Massjouni <naveedm9@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Naveed Massjouni.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.