Class: MLB::LogicalEvent

Inherits:
Shale::Mapper
  • Object
show all
Defined in:
lib/mlb/logical_event.rb

Overview

Represents a logical event code

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns the logical event code

Examples:

logical_event.code #=> "countChange"

Returns:

  • (String)

    the logical event code



15
# File 'lib/mlb/logical_event.rb', line 15

attribute :code, Shale::Type::String