gem.sh gem.sh
Home Gems Types Docs Community
  • Modules

    • module Lutaml
    • module Lutaml::Model
    • module Lutaml::Model::Config
    • module Lutaml::Model::JsonAdapter
    • module Lutaml::Model::Schema
    • module Lutaml::Model::Serialize
    • module Lutaml::Model::Serialize::ClassMethods
    • module Lutaml::Model::TomlAdapter
    • module Lutaml::Model::Type
    • module Lutaml::Model::XmlAdapter
    • module Lutaml::Model::YamlAdapter
  • Classes

    • class Lutaml::Model::Attribute
    • class Lutaml::Model::BaseModel
    • class Lutaml::Model::Error
    • class Lutaml::Model::IncorrectModelError
    • class Lutaml::Model::InvalidValueError
    • class Lutaml::Model::JsonAdapter::JsonDocument
    • class Lutaml::Model::JsonAdapter::JsonObject
    • class Lutaml::Model::JsonAdapter::MultiJsonAdapter
    • class Lutaml::Model::JsonAdapter::StandardJsonAdapter
    • class Lutaml::Model::KeyValueMapping
    • class Lutaml::Model::KeyValueMappingRule
    • class Lutaml::Model::MappingHash
    • class Lutaml::Model::MappingRule
    • class Lutaml::Model::Schema::JsonSchema
    • class Lutaml::Model::Schema::RelaxngSchema
    • class Lutaml::Model::Schema::XsdSchema
    • class Lutaml::Model::Schema::YamlSchema
    • class Lutaml::Model::Serializable
    • class Lutaml::Model::TomlAdapter::TomlDocument
    • class Lutaml::Model::TomlAdapter::TomlObject
    • class Lutaml::Model::TomlAdapter::TomlRbAdapter
    • class Lutaml::Model::TomlAdapter::TomlibAdapter
    • class Lutaml::Model::Type::Array
    • class Lutaml::Model::Type::DateTime
    • class Lutaml::Model::Type::Json
    • class Lutaml::Model::Type::TimeWithoutDate
    • class Lutaml::Model::XmlAdapter::NokogiriAdapter
    • class Lutaml::Model::XmlAdapter::NokogiriElement
    • class Lutaml::Model::XmlAdapter::OgaAdapter
    • class Lutaml::Model::XmlAdapter::OgaElement
    • class Lutaml::Model::XmlAdapter::OxAdapter
    • class Lutaml::Model::XmlAdapter::OxElement
    • class Lutaml::Model::XmlAdapter::XmlAttribute
    • class Lutaml::Model::XmlAdapter::XmlDocument
    • class Lutaml::Model::XmlAdapter::XmlElement
    • class Lutaml::Model::XmlAdapter::XmlNamespace
    • class Lutaml::Model::XmlMapping
    • class Lutaml::Model::XmlMappingRule
    • class Lutaml::Model::YamlAdapter::StandardYamlAdapter
    • class Lutaml::Model::YamlAdapter::YamlDocument
    • class Lutaml::Model::YamlAdapter::YamlObject
    Overview
    H
    Home
    R
    Reference
    T
    Types
    C
    Changelogs
  • Documentation
    • README
  • More
    • Versions
    • Source
    • Playground
    • Stats
    • Metadata
    • Wiki
    • Announcements
    Community
    • Articles
    • Tutorials
    • Videos
    • Community
  1. Gems
  2. lutaml-model
  3. 0.3.3
  4. module Lutaml::Model

module Lutaml::Model

Modules in this namespace

Config

module

in Lutaml::Model

JsonAdapter

module

in Lutaml::Model

Schema

module

in Lutaml::Model

Serialize

module

in Lutaml::Model

TomlAdapter

module

in Lutaml::Model

Type

module

in Lutaml::Model

XmlAdapter

module

in Lutaml::Model

YamlAdapter

module

in Lutaml::Model

Classes in this namespace

Attribute

class

in Lutaml::Model

BaseModel

class

in Lutaml::Model

Error

class

in Lutaml::Model

IncorrectModelError

class

in Lutaml::Model

InvalidValueError

class

in Lutaml::Model

KeyValueMapping

class

in Lutaml::Model

KeyValueMappingRule

class

in Lutaml::Model

MappingHash

class

in Lutaml::Model

MappingRule

class

in Lutaml::Model

Serializable

class

in Lutaml::Model

XmlMapping

class

in Lutaml::Model

XmlMappingRule

class

in Lutaml::Model

Modules

  • Lutaml::Model::Config
  • Lutaml::Model::JsonAdapter
  • Lutaml::Model::Schema
  • Lutaml::Model::Serialize
  • Lutaml::Model::TomlAdapter
  • Lutaml::Model::Type
  • Lutaml::Model::XmlAdapter
  • Lutaml::Model::YamlAdapter

Classes

  • Lutaml::Model::Attribute
  • Lutaml::Model::BaseModel
  • Lutaml::Model::Error
  • Lutaml::Model::IncorrectModelError
  • Lutaml::Model::InvalidValueError
  • Lutaml::Model::KeyValueMapping
  • Lutaml::Model::KeyValueMappingRule
  • Lutaml::Model::MappingHash
  • Lutaml::Model::MappingRule
  • Lutaml::Model::Serializable
  • Lutaml::Model::XmlMapping
  • Lutaml::Model::XmlMappingRule

Defined in

  • lib/lutaml/model.rb
  • lib/lutaml/model/attribute.rb
  • lib/lutaml/model/config.rb
  • lib/lutaml/model/error.rb
  • lib/lutaml/model/error/invalid_value_error.rb
  • lib/lutaml/model/json_adapter.rb
  • lib/lutaml/model/json_adapter/json_document.rb
  • lib/lutaml/model/json_adapter/json_object.rb
  • lib/lutaml/model/json_adapter/multi_json_adapter.rb
  • lib/lutaml/model/json_adapter/standard_json_adapter.rb
  • lib/lutaml/model/key_value_mapping.rb
  • lib/lutaml/model/key_value_mapping_rule.rb
  • lib/lutaml/model/mapping_hash.rb
  • lib/lutaml/model/mapping_rule.rb
  • lib/lutaml/model/schema.rb
  • lib/lutaml/model/schema/json_schema.rb
  • lib/lutaml/model/schema/relaxng_schema.rb
  • lib/lutaml/model/schema/xsd_schema.rb
  • lib/lutaml/model/schema/yaml_schema.rb
  • lib/lutaml/model/serializable.rb
  • lib/lutaml/model/serialize.rb
  • lib/lutaml/model/toml_adapter.rb
  • lib/lutaml/model/toml_adapter/toml_document.rb
  • lib/lutaml/model/toml_adapter/toml_object.rb
  • lib/lutaml/model/toml_adapter/toml_rb_adapter.rb
  • lib/lutaml/model/toml_adapter/tomlib_adapter.rb
  • lib/lutaml/model/type.rb
  • lib/lutaml/model/type/date_time.rb
  • lib/lutaml/model/type/json.rb
  • lib/lutaml/model/type/time_without_date.rb
  • lib/lutaml/model/version.rb
  • lib/lutaml/model/xml_adapter.rb
  • lib/lutaml/model/xml_adapter/nokogiri_adapter.rb
  • lib/lutaml/model/xml_adapter/oga_adapter.rb
  • lib/lutaml/model/xml_adapter/ox_adapter.rb
  • lib/lutaml/model/xml_adapter/xml_attribute.rb
  • lib/lutaml/model/xml_adapter/xml_document.rb
  • lib/lutaml/model/xml_adapter/xml_element.rb
  • lib/lutaml/model/xml_adapter/xml_namespace.rb
  • lib/lutaml/model/xml_mapping.rb
  • lib/lutaml/model/xml_mapping_rule.rb
  • lib/lutaml/model/yaml_adapter.rb
  • lib/lutaml/model/yaml_adapter/standard_yaml_adapter.rb
  • lib/lutaml/model/yaml_adapter/yaml_document.rb
  • lib/lutaml/model/yaml_adapter/yaml_object.rb
Home
Gems
Docs
Contribute
Monitoring
Twitter GitHub Mastodon

© 2025 gem.sh - Beautiful documentation for any Ruby gem