Class: SonyCameraRemote::Services::Service

Inherits:
Struct
  • Object
show all
Defined in:
lib/sony_camera_remote/service.rb

Instance Attribute Summary collapse

Instance Attribute Details

#control_urlObject

Returns the value of attribute control_url

Returns:

  • (Object)

    the current value of control_url



5
6
7
# File 'lib/sony_camera_remote/service.rb', line 5

def control_url
  @control_url
end

#event_sub_urlObject

Returns the value of attribute event_sub_url

Returns:

  • (Object)

    the current value of event_sub_url



5
6
7
# File 'lib/sony_camera_remote/service.rb', line 5

def event_sub_url
  @event_sub_url
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



5
6
7
# File 'lib/sony_camera_remote/service.rb', line 5

def id
  @id
end

#scpd_urlObject

Returns the value of attribute scpd_url

Returns:

  • (Object)

    the current value of scpd_url



5
6
7
# File 'lib/sony_camera_remote/service.rb', line 5

def scpd_url
  @scpd_url
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



5
6
7
# File 'lib/sony_camera_remote/service.rb', line 5

def type
  @type
end