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

allow_instantiation?, attr_accessor, attr_reader, attr_writer, collection_attributes, defined_attributes, #destroyed?, #dirty_data, entity_attr_accessor, entity_attr_reader, entity_attr_writer, entity_attributes, entity_collection_attr_accessor, entity_collection_attr_reader, entity_collection_attr_writer, #error, inherited, #initialize, #keys_hash, #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?, #reload!, #reload_recursive, #rollback!, #to_hash, #to_json, #to_partial

Methods included from EntityResponseConcern

#add_errors, #data, #error?, #errors?, #errors_http_code=, #http_code, #success?

Constructor Details

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

Instance Attribute Details

#avatar_photo_urlObject (readonly)

Returns the value of attribute avatar_photo_url.



54
55
56
# File 'lib/stbaldricks/entities/search.rb', line 54

def avatar_photo_url
  @avatar_photo_url
end

#default_photo_urlObject (readonly)

Returns the value of attribute default_photo_url.



53
54
55
# File 'lib/stbaldricks/entities/search.rb', line 53

def default_photo_url
  @default_photo_url
end

#disabledObject (readonly)

Returns the value of attribute disabled.



46
47
48
# File 'lib/stbaldricks/entities/search.rb', line 46

def disabled
  @disabled
end

#event_yearObject (readonly)

Returns the value of attribute event_year.



47
48
49
# File 'lib/stbaldricks/entities/search.rb', line 47

def event_year
  @event_year
end

#fund_idObject (readonly)

Returns the value of attribute fund_id.



42
43
44
# File 'lib/stbaldricks/entities/search.rb', line 42

def fund_id
  @fund_id
end

#mypage_urlObject (readonly)

Returns the value of attribute mypage_url.



52
53
54
# File 'lib/stbaldricks/entities/search.rb', line 52

def mypage_url
  @mypage_url
end

#nameObject (readonly)

Returns the value of attribute name.



44
45
46
# File 'lib/stbaldricks/entities/search.rb', line 44

def name
  @name
end

#slugObject (readonly)

Returns the value of attribute slug.



43
44
45
# File 'lib/stbaldricks/entities/search.rb', line 43

def slug
  @slug
end

#total_donationsObject (readonly)

Returns the value of attribute total_donations.



48
49
50
# File 'lib/stbaldricks/entities/search.rb', line 48

def total_donations
  @total_donations
end

#total_eventsObject (readonly)

Returns the value of attribute total_events.



49
50
51
# File 'lib/stbaldricks/entities/search.rb', line 49

def total_events
  @total_events
end

#total_participantsObject (readonly)

Returns the value of attribute total_participants.



50
51
52
# File 'lib/stbaldricks/entities/search.rb', line 50

def total_participants
  @total_participants
end

#total_shaveesObject (readonly)

Returns the value of attribute total_shavees.



51
52
53
# File 'lib/stbaldricks/entities/search.rb', line 51

def total_shavees
  @total_shavees
end

#websiteObject (readonly)

Returns the value of attribute website.



45
46
47
# File 'lib/stbaldricks/entities/search.rb', line 45

def website
  @website
end