Module: GoogleSpreadsheets::LinkRelations
- Extended by:
- ActiveSupport::Concern
- Included in:
- Enhanced::Row, Enhanced::Spreadsheet, Enhanced::Worksheet
- Defined in:
- lib/google_spreadsheets/link_relations.rb
Defined Under Namespace
Modules: Builder, ClassMethods Classes: LinkRelationReflection
Constant Summary collapse
- DEFAULT_CLASS_NAME_MAPPINGS =
{ 'http://schemas.google.com/spreadsheets/2006#spreadsheet' => 'GoogleSpreadsheets::Enhanced::Spreadsheet', 'http://schemas.google.com/spreadsheets/2006#worksheetsfeed' => 'GoogleSpreadsheets::Enhanced::Worksheet', 'http://schemas.google.com/spreadsheets/2006#listfeed' => 'GoogleSpreadsheets::Enhanced::Row' }
Class Attribute Summary collapse
Class Attribute Details
.class_name_mappings ⇒ Object
11 12 13 |
# File 'lib/google_spreadsheets/link_relations.rb', line 11 def class_name_mappings @class_name_mappings ||= DEFAULT_CLASS_NAME_MAPPINGS end |