Class: RedboothRuby::Me
- Includes:
- Operations::Delete, Operations::Show, Operations::Update
- Defined in:
- lib/redbooth-ruby/me.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#id ⇒ Object
Returns the value of attribute id.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
Attributes inherited from Base
Class Method Summary collapse
Methods included from Operations::Delete
Methods included from Operations::Update
Methods included from Operations::Show
Methods inherited from Base
#errors, #initialize, #parse_timestamps, #set_attributes, #valid?
Methods included from Operations::Base
Constructor Details
This class inherits a constructor from RedboothRuby::Base
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email.
7 8 9 |
# File 'lib/redbooth-ruby/me.rb', line 7 def email @email end |
#first_name ⇒ Object
Returns the value of attribute first_name.
7 8 9 |
# File 'lib/redbooth-ruby/me.rb', line 7 def first_name @first_name end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/redbooth-ruby/me.rb', line 7 def id @id end |
#last_name ⇒ Object
Returns the value of attribute last_name.
7 8 9 |
# File 'lib/redbooth-ruby/me.rb', line 7 def last_name @last_name end |
Class Method Details
.api_member_url(id = nil, method = nil) ⇒ Object
10 11 12 |
# File 'lib/redbooth-ruby/me.rb', line 10 def api_member_url(id = nil, method = nil) 'me' end |