Skip to content

Instantly share code, notes, and snippets.

@solars
Created May 30, 2011 11:36
Show Gist options
  • Save solars/998766 to your computer and use it in GitHub Desktop.
Save solars/998766 to your computer and use it in GitHub Desktop.
class RoomStay
include OTAElement
tag 'RoomStay'
#StringLength1to32
attribute :promotion_code, String, :tag => 'PromotionCode'
# container
has_one :booking_rules_el, BookingRules, :tag => 'BookingRules'
# children
has_many :booking_rules, BookingRule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment