Class: Kuva::Elements::UrlInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/kuva/elements/url_info.rb

Instance Attribute Summary collapse

Instance Attribute Details

#farmObject

Returns the value of attribute farm

Returns:

  • (Object)

    the current value of farm



3
4
5
# File 'lib/kuva/elements/url_info.rb', line 3

def farm
  @farm
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



3
4
5
# File 'lib/kuva/elements/url_info.rb', line 3

def id
  @id
end

#secretObject

Returns the value of attribute secret

Returns:

  • (Object)

    the current value of secret



3
4
5
# File 'lib/kuva/elements/url_info.rb', line 3

def secret
  @secret
end

#serverObject

Returns the value of attribute server

Returns:

  • (Object)

    the current value of server



3
4
5
# File 'lib/kuva/elements/url_info.rb', line 3

def server
  @server
end