Class: RubyAMF::MappingSet::Mapping
- Inherits:
-
Object
- Object
- RubyAMF::MappingSet::Mapping
- Defined in:
- lib/rubyamf/class_mapping.rb
Overview
Store all property mapping configuration by scope
Instance Attribute Summary collapse
-
#as ⇒ Object
Returns the value of attribute as.
-
#default_scope ⇒ Object
Returns the value of attribute default_scope.
-
#ruby ⇒ Object
Returns the value of attribute ruby.
-
#scopes ⇒ Object
Returns the value of attribute scopes.
Instance Method Summary collapse
-
#initialize ⇒ Mapping
constructor
A new instance of Mapping.
Constructor Details
#initialize ⇒ Mapping
Returns a new instance of Mapping.
8 9 10 11 |
# File 'lib/rubyamf/class_mapping.rb', line 8 def initialize @default_scope = :default @scopes = {} end |
Instance Attribute Details
#as ⇒ Object
Returns the value of attribute as.
7 8 9 |
# File 'lib/rubyamf/class_mapping.rb', line 7 def as @as end |
#default_scope ⇒ Object
Returns the value of attribute default_scope.
7 8 9 |
# File 'lib/rubyamf/class_mapping.rb', line 7 def default_scope @default_scope end |
#ruby ⇒ Object
Returns the value of attribute ruby.
7 8 9 |
# File 'lib/rubyamf/class_mapping.rb', line 7 def ruby @ruby end |
#scopes ⇒ Object
Returns the value of attribute scopes.
7 8 9 |
# File 'lib/rubyamf/class_mapping.rb', line 7 def scopes @scopes end |