Class: SBF::Client::Search::Fund

Inherits:
BaseEntity show all
Defined in:
lib/stbaldricks/entities/search.rb

Constant Summary

Constants inherited from BaseEntity

BaseEntity::ELSE

Instance Attribute Summary collapse

Attributes inherited from BaseEntity

#errors

Method Summary

Methods inherited from BaseEntity

#add_errors, allow_instantiation?, attr_accessor, attr_reader, attr_writer, attributes, #attributes=, collection_attributes, entity_attr_accessor, entity_attr_reader, entity_attr_writer, entity_attributes, entity_collection_attr_accessor, entity_collection_attr_reader, entity_collection_attr_writer, inherited, #initialize, #model_name, multitype_attr_accessor, multitype_attr_reader, multitype_attr_writer, multitype_collection_attr_accessor, multitype_collection_attr_reader, multitype_collection_attr_writer, #not_provided_attributes, optional_attributes, #persisted?, #to_hash, #to_json

Constructor Details

This class inherits a constructor from SBF::Client::BaseEntity

Instance Attribute Details

#disabledObject (readonly)

Returns the value of attribute disabled.



30
31
32
# File 'lib/stbaldricks/entities/search.rb', line 30

def disabled
  @disabled
end

#event_yearObject (readonly)

Returns the value of attribute event_year.



31
32
33
# File 'lib/stbaldricks/entities/search.rb', line 31

def event_year
  @event_year
end

#fund_idObject (readonly)

Returns the value of attribute fund_id.



26
27
28
# File 'lib/stbaldricks/entities/search.rb', line 26

def fund_id
  @fund_id
end

#nameObject (readonly)

Returns the value of attribute name.



28
29
30
# File 'lib/stbaldricks/entities/search.rb', line 28

def name
  @name
end

#slugObject (readonly)

Returns the value of attribute slug.



27
28
29
# File 'lib/stbaldricks/entities/search.rb', line 27

def slug
  @slug
end

#total_donationsObject (readonly)

Returns the value of attribute total_donations.



32
33
34
# File 'lib/stbaldricks/entities/search.rb', line 32

def total_donations
  @total_donations
end

#total_eventsObject (readonly)

Returns the value of attribute total_events.



33
34
35
# File 'lib/stbaldricks/entities/search.rb', line 33

def total_events
  @total_events
end

#total_participantsObject (readonly)

Returns the value of attribute total_participants.



34
35
36
# File 'lib/stbaldricks/entities/search.rb', line 34

def total_participants
  @total_participants
end

#websiteObject (readonly)

Returns the value of attribute website.



29
30
31
# File 'lib/stbaldricks/entities/search.rb', line 29

def website
  @website
end