Class: Rocksky::Generated::MirrorSourceView
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::MirrorSourceView
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#externalUsername ⇒ Object
Returns the value of attribute externalUsername.
-
#hasCredentials ⇒ Object
Returns the value of attribute hasCredentials.
-
#lastPolledAt ⇒ Object
Returns the value of attribute lastPolledAt.
-
#lastScrobbleSeenAt ⇒ Object
Returns the value of attribute lastScrobbleSeenAt.
-
#provider ⇒ Object
Returns the value of attribute provider.
Instance Attribute Details
#enabled ⇒ Object
Returns the value of attribute enabled
160 161 162 |
# File 'lib/rocksky/generated/types.rb', line 160 def enabled @enabled end |
#externalUsername ⇒ Object
Returns the value of attribute externalUsername
160 161 162 |
# File 'lib/rocksky/generated/types.rb', line 160 def externalUsername @externalUsername end |
#hasCredentials ⇒ Object
Returns the value of attribute hasCredentials
160 161 162 |
# File 'lib/rocksky/generated/types.rb', line 160 def hasCredentials @hasCredentials end |
#lastPolledAt ⇒ Object
Returns the value of attribute lastPolledAt
160 161 162 |
# File 'lib/rocksky/generated/types.rb', line 160 def lastPolledAt @lastPolledAt end |
#lastScrobbleSeenAt ⇒ Object
Returns the value of attribute lastScrobbleSeenAt
160 161 162 |
# File 'lib/rocksky/generated/types.rb', line 160 def lastScrobbleSeenAt @lastScrobbleSeenAt end |
#provider ⇒ Object
Returns the value of attribute provider
160 161 162 |
# File 'lib/rocksky/generated/types.rb', line 160 def provider @provider end |