Class: Osm::Meeting::BadgeLink

Inherits:
Object
  • Object
show all
Includes:
ActiveAttr::Model, ActiveModel::MassAssignmentSecurity
Defined in:
lib/osm/meeting.rb,
lib/osm/meeting.rb

Overview

Ensure the constant exists for the validators

Constant Summary collapse

SORT_BY =
[:badge_section, :badge_type, :badge_name, :requirement_label]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeObject

Initialize a new Meeting::Activity

Parameters:

  • attributes (Hash)

    The hash of attributes (see attributes for descriptions, use Symbol of attribute name as the key)



# File 'lib/osm/meeting.rb', line 417

Instance Attribute Details

#badge_idFixnum

Returns the badge’s ID in OSM.

Returns:

  • (Fixnum)

    the badge’s ID in OSM



397
# File 'lib/osm/meeting.rb', line 397

attribute :badge_type, :type => Object

#badge_nameString

Returns the badge’s name.

Returns:

  • (String)

    the badge’s name



397
# File 'lib/osm/meeting.rb', line 397

attribute :badge_type, :type => Object

#badge_sectionSymbol

Returns the section type that the badge belongs to.

Returns:

  • (Symbol)

    the section type that the badge belongs to



397
# File 'lib/osm/meeting.rb', line 397

attribute :badge_type, :type => Object

#badge_typeSymbol

Returns the type of badge.

Returns:

  • (Symbol)

    the type of badge



397
# File 'lib/osm/meeting.rb', line 397

attribute :badge_type, :type => Object

#badge_versionFixnum

Returns the version of the badge.

Returns:

  • (Fixnum)

    the version of the badge



397
# File 'lib/osm/meeting.rb', line 397

attribute :badge_type, :type => Object

#dataString

Returns what to put in the column when the badge records are updated.

Returns:

  • (String)

    what to put in the column when the badge records are updated



397
# File 'lib/osm/meeting.rb', line 397

attribute :badge_type, :type => Object

#requirement_idFixnum

Returns the requirement’s ID in OSM.

Returns:

  • (Fixnum)

    the requirement’s ID in OSM



397
# File 'lib/osm/meeting.rb', line 397

attribute :badge_type, :type => Object

#requirement_labelString

Returns human firendly requirement label.

Returns:

  • (String)

    human firendly requirement label



397
# File 'lib/osm/meeting.rb', line 397

attribute :badge_type, :type => Object