Class RubyAMF::MappingSet::Mapping
In: lib/rubyamf/class_mapping.rb
Parent: Object

Store all property mapping configuration by scope

Methods

new  

Attributes

as  [RW] 
default_scope  [RW] 
ruby  [RW] 
scopes  [RW] 

Public Class methods

[Source]

    # File lib/rubyamf/class_mapping.rb, line 8
 8:       def initialize
 9:         @default_scope = :default
10:         @scopes = {}
11:       end

[Validate]