Class: XxxRename::SiteClientMatcher::MatchResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/xxx_rename/site_client_matcher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#parsed_infoObject

Returns the value of attribute parsed_info

Returns:

  • (Object)

    the current value of parsed_info



10
11
12
# File 'lib/xxx_rename/site_client_matcher.rb', line 10

def parsed_info
  @parsed_info
end

#site_clientObject

Returns the value of attribute site_client

Returns:

  • (Object)

    the current value of site_client



10
11
12
# File 'lib/xxx_rename/site_client_matcher.rb', line 10

def site_client
  @site_client
end

#unprocessedObject

Returns the value of attribute unprocessed

Returns:

  • (Object)

    the current value of unprocessed



10
11
12
# File 'lib/xxx_rename/site_client_matcher.rb', line 10

def unprocessed
  @unprocessed
end