Class: Zusaar::Event
Instance Attribute Summary collapse
-
#accepted ⇒ Object
readonly
Returns the value of attribute accepted.
-
#address ⇒ Object
readonly
Returns the value of attribute address.
-
#catch ⇒ Object
readonly
Returns the value of attribute catch.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#ended_at ⇒ Object
readonly
Returns the value of attribute ended_at.
-
#event_id ⇒ Object
(also: #id)
readonly
Returns the value of attribute event_id.
-
#event_url ⇒ Object
readonly
Returns the value of attribute event_url.
-
#lat ⇒ Object
readonly
Returns the value of attribute lat.
-
#limit ⇒ Object
readonly
Returns the value of attribute limit.
-
#lon ⇒ Object
readonly
Returns the value of attribute lon.
-
#owner_id ⇒ Object
readonly
Returns the value of attribute owner_id.
-
#owner_nickname ⇒ Object
readonly
Returns the value of attribute owner_nickname.
-
#owner_profile_url ⇒ Object
readonly
Returns the value of attribute owner_profile_url.
-
#pay_type ⇒ Object
readonly
Returns the value of attribute pay_type.
-
#place ⇒ Object
readonly
Returns the value of attribute place.
-
#started_at ⇒ Object
readonly
Returns the value of attribute started_at.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
-
#waiting ⇒ Object
readonly
Returns the value of attribute waiting.
Instance Method Summary collapse
-
#initialize(attrs = {}) ⇒ Event
constructor
A new instance of Event.
- #users ⇒ Object
Methods inherited from Identity
Methods inherited from Base
Constructor Details
Instance Attribute Details
#accepted ⇒ Object (readonly)
Returns the value of attribute accepted.
5 6 7 |
# File 'lib/zusaar/event.rb', line 5 def accepted @accepted end |
#address ⇒ Object (readonly)
Returns the value of attribute address.
5 6 7 |
# File 'lib/zusaar/event.rb', line 5 def address @address end |
#catch ⇒ Object (readonly)
Returns the value of attribute catch.
5 6 7 |
# File 'lib/zusaar/event.rb', line 5 def catch @catch end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
5 6 7 |
# File 'lib/zusaar/event.rb', line 5 def description @description end |
#ended_at ⇒ Object (readonly)
Returns the value of attribute ended_at.
5 6 7 |
# File 'lib/zusaar/event.rb', line 5 def ended_at @ended_at end |
#event_id ⇒ Object (readonly) Also known as: id
Returns the value of attribute event_id.
5 6 7 |
# File 'lib/zusaar/event.rb', line 5 def event_id @event_id end |
#event_url ⇒ Object (readonly)
Returns the value of attribute event_url.
5 6 7 |
# File 'lib/zusaar/event.rb', line 5 def event_url @event_url end |
#lat ⇒ Object (readonly)
Returns the value of attribute lat.
5 6 7 |
# File 'lib/zusaar/event.rb', line 5 def lat @lat end |
#limit ⇒ Object (readonly)
Returns the value of attribute limit.
5 6 7 |
# File 'lib/zusaar/event.rb', line 5 def limit @limit end |
#lon ⇒ Object (readonly)
Returns the value of attribute lon.
5 6 7 |
# File 'lib/zusaar/event.rb', line 5 def lon @lon end |
#owner_id ⇒ Object (readonly)
Returns the value of attribute owner_id.
5 6 7 |
# File 'lib/zusaar/event.rb', line 5 def owner_id @owner_id end |
#owner_nickname ⇒ Object (readonly)
Returns the value of attribute owner_nickname.
5 6 7 |
# File 'lib/zusaar/event.rb', line 5 def owner_nickname @owner_nickname end |
#owner_profile_url ⇒ Object (readonly)
Returns the value of attribute owner_profile_url.
5 6 7 |
# File 'lib/zusaar/event.rb', line 5 def owner_profile_url @owner_profile_url end |
#pay_type ⇒ Object (readonly)
Returns the value of attribute pay_type.
5 6 7 |
# File 'lib/zusaar/event.rb', line 5 def pay_type @pay_type end |
#place ⇒ Object (readonly)
Returns the value of attribute place.
5 6 7 |
# File 'lib/zusaar/event.rb', line 5 def place @place end |
#started_at ⇒ Object (readonly)
Returns the value of attribute started_at.
5 6 7 |
# File 'lib/zusaar/event.rb', line 5 def started_at @started_at end |
#title ⇒ Object (readonly)
Returns the value of attribute title.
5 6 7 |
# File 'lib/zusaar/event.rb', line 5 def title @title end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at.
5 6 7 |
# File 'lib/zusaar/event.rb', line 5 def updated_at @updated_at end |
#url ⇒ Object (readonly)
Returns the value of attribute url.
5 6 7 |
# File 'lib/zusaar/event.rb', line 5 def url @url end |
#waiting ⇒ Object (readonly)
Returns the value of attribute waiting.
5 6 7 |
# File 'lib/zusaar/event.rb', line 5 def waiting @waiting end |
Instance Method Details
#users ⇒ Object
23 24 25 |
# File 'lib/zusaar/event.rb', line 23 def users @users end |