Class: Spaceship::ConnectAPI::Actor

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
spaceship/lib/spaceship/connect_api/models/actor.rb

Instance Attribute Summary collapse

Attributes included from Model

#id, #reverse_attr_map

Class Method Summary collapse

Methods included from Model

#attr_mapping, included, #initialize, #reverse_attr_mapping, #to_json, #update_attributes

Instance Attribute Details

#actor_typeObject

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_idObject

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_emailObject

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_nameObject

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_nameObject

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

.typeObject



21
22
23
# File 'spaceship/lib/spaceship/connect_api/models/actor.rb', line 21

def self.type
  return 'actors'
end