Class: Spaceship::ConnectAPI::Actor
- Inherits:
-
Object
- Object
- Spaceship::ConnectAPI::Actor
- Includes:
- Model
- Defined in:
- spaceship/lib/spaceship/connect_api/models/actor.rb
Instance Attribute Summary collapse
-
#actor_type ⇒ Object
Returns the value of attribute actor_type.
-
#api_key_id ⇒ Object
Returns the value of attribute api_key_id.
-
#user_email ⇒ Object
Returns the value of attribute user_email.
-
#user_first_name ⇒ Object
Returns the value of attribute user_first_name.
-
#user_last_name ⇒ Object
Returns the value of attribute user_last_name.
Attributes included from Model
Class Method Summary collapse
Methods included from Model
#attr_mapping, included, #initialize, #reverse_attr_mapping, #to_json, #update_attributes
Instance Attribute Details
#actor_type ⇒ Object
Returns the value of attribute actor_type.
7 8 9 |
# File 'spaceship/lib/spaceship/connect_api/models/actor.rb', line 7 def actor_type @actor_type end |
#api_key_id ⇒ Object
Returns the value of attribute api_key_id.
11 12 13 |
# File 'spaceship/lib/spaceship/connect_api/models/actor.rb', line 11 def api_key_id @api_key_id end |
#user_email ⇒ Object
Returns the value of attribute user_email.
10 11 12 |
# File 'spaceship/lib/spaceship/connect_api/models/actor.rb', line 10 def user_email @user_email end |
#user_first_name ⇒ Object
Returns the value of attribute user_first_name.
8 9 10 |
# File 'spaceship/lib/spaceship/connect_api/models/actor.rb', line 8 def user_first_name @user_first_name end |
#user_last_name ⇒ Object
Returns the value of attribute user_last_name.
9 10 11 |
# File 'spaceship/lib/spaceship/connect_api/models/actor.rb', line 9 def user_last_name @user_last_name end |
Class Method Details
.type ⇒ Object
21 22 23 |
# File 'spaceship/lib/spaceship/connect_api/models/actor.rb', line 21 def self.type return 'actors' end |