Class: Rocksky::Generated::ActorArtistViewBasic
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::ActorArtistViewBasic
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#picture ⇒ Object
Returns the value of attribute picture.
-
#uri ⇒ Object
Returns the value of attribute uri.
-
#user1Rank ⇒ Object
Returns the value of attribute user1Rank.
-
#user2Rank ⇒ Object
Returns the value of attribute user2Rank.
-
#weight ⇒ Object
Returns the value of attribute weight.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
10 11 12 |
# File 'lib/rocksky/generated/types.rb', line 10 def id @id end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/rocksky/generated/types.rb', line 10 def name @name end |
#picture ⇒ Object
Returns the value of attribute picture
10 11 12 |
# File 'lib/rocksky/generated/types.rb', line 10 def picture @picture end |
#uri ⇒ Object
Returns the value of attribute uri
10 11 12 |
# File 'lib/rocksky/generated/types.rb', line 10 def uri @uri end |
#user1Rank ⇒ Object
Returns the value of attribute user1Rank
10 11 12 |
# File 'lib/rocksky/generated/types.rb', line 10 def user1Rank @user1Rank end |
#user2Rank ⇒ Object
Returns the value of attribute user2Rank
10 11 12 |
# File 'lib/rocksky/generated/types.rb', line 10 def user2Rank @user2Rank end |
#weight ⇒ Object
Returns the value of attribute weight
10 11 12 |
# File 'lib/rocksky/generated/types.rb', line 10 def weight @weight end |