Class: XapiScraper::Models::Components::Loc
- Inherits:
-
Object
- Object
- XapiScraper::Models::Components::Loc
- Extended by:
- T::Sig
- Includes:
- Crystalline::MetadataFields
- Defined in:
- lib/xapi_scraper/models/components/loc.rb
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize ⇒ Loc
constructor
A new instance of Loc.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize ⇒ Loc
Returns a new instance of Loc.
14 15 |
# File 'lib/xapi_scraper/models/components/loc.rb', line 14 def initialize end |
Instance Method Details
#==(other) ⇒ Object
18 19 20 21 |
# File 'lib/xapi_scraper/models/components/loc.rb', line 18 def ==(other) return false unless other.is_a?(self.class) true end |